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.
InitInstance must be overridden to initialize each new instance of a user-interface thread.
virtual BOOL InitInstance( );
Return Value
Nonzero if initialization is successful; otherwise 0.
Remarks
Typically, you override InitInstance to perform tasks that must be completed when a thread is first created.
This member function is used only in user-interface threads. Perform initialization of worker threads in the controlling function passed to AfxBeginThread.
Requirements
Header: afxwin.h