Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Registers the specified MFC window class.
CString RegisterWindowClass(
LPCTSTR lpszClassNamePrefix
);
Parameters
- [in] lpszClassNamePrefix
The name of the window class to register.
Return Value
The qualified name of the registered class if this method succeeds; otherwise, a resource exception.
Remarks
The return value is a colon-delimited list of the lpszClassNamePrefix parameter string, and the hexadecimal text representations of the handles of the current application instance; the application cursor, which is the arrow cursor whose identifier is IDC_ARROW; and the background brush. For more information about registering MFC window classes, see AfxRegisterClass.
Requirements
Header: afxglobals.h