Lines Matching refs:hInstance
74 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
87 wndclass.hInstance = hInstance;
88 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
124 NULL, NULL, hInstance, NULL);
129 hAccel = LoadAccelerators (hInstance, szProgName);
145 static HINSTANCE hInstance ;
175 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
395 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ;