Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes the CShellManager object.
BOOL InitShellManager();
Return Value
Nonzero if the method creates the CShellManager object; 0 if the CShellManager object already exists.
Remarks
If you call CWinAppEx::GetShellManager, the default implementation of that method calls InitShellManager.
If your application already has a shell manager and you call InitShellManager, your application raises an ASSERT failure. Therefore, do not call InitShellManager if you create a CShellManager object directly. If you are not using a custom CShellManager, use GetShellManager to create a CShellManager object.
Requirements
Header: afxwinappex.h