Lines Matching refs:DllMain
12 function as "__declspec(dllexport) DllMain%module%"
16 the single DllMain.
18 * This DllMain attempts to locate and call the DllMain for each
21 * This code also has hooks to "simulate" DllMain when used from
28 of DllMain calls - except it does call pywintypes first :-)
30 As an example of how an extension module with a DllMain should be
33 // end of example code from pythoncom's DllMain.cpp
35 #define DLLMAIN DllMain
44 // end of example code from pythoncom's DllMain.cpp
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)