使用DialogBoxParam创建对话框失败?
int DialogBoxParam(
HINSTANCE hInstance, // handle to application instance
LPCTSTR lpTemplateName, // identifies dialog box template
HWND hWndParent, // handle to owner window
DLGPROC lpDialogFunc, // pointer to dialog box procedure
LPARAM dwInitParam // initialization value
);
使用DialogBoxParam创建对话框,当程序执行到创建代码时给出下面的错误信息
Unhandled exception in ***.exe: 0xC0000005: Access Violation
这是什么错误?