Home | History | Annotate | Download | only in D3D9

Lines Matching refs:instance

132 static void WaitForDebugger(HINSTANCE instance)
136 HRSRC dialog = FindResource(instance, MAKEINTRESOURCE(IDD_DIALOG1), RT_DIALOG);
137 DLGTEMPLATE *dialogTemplate = (DLGTEMPLATE*)LoadResource(instance, dialog);
138 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc);
148 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
158 GTRACE("HINSTANCE instance = 0x%0.8p, unsigned long reason = %d, void *reserved = 0x%0.8p", instance, reason, reserved);
160 dllInstance = instance;
168 WaitForDebugger(instance);
170 DisableThreadLibraryCalls(instance);