Lines Matching refs:hInstance
77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
90 wndclass.hInstance = hInstance;
91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
127 NULL, NULL, hInstance, NULL);
132 hAccel = LoadAccelerators (hInstance, szProgName);
148 static HINSTANCE hInstance ;
178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
398 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ;