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.
Initializes the CMouseManager object.
BOOL InitMouseManager();
Return Value
Nonzero if the method creates the CMouseManager object; 0 if the CMouseManager object already exists.
Remarks
If you call CWinAppEx::GetMouseManager, the default implementation of that method calls InitMouseManager.
If your application already has a mouse manager and you call InitMouseManager, your application will have an ASSERT failure. Therefore you should not call InitMouseManager if you create a CMouseManager object directly. If you are not using a custom CMouseManager, you should use GetMouseManager to create a CMouseManager object.
Requirements
Header: afxwinappex.h