Searched refs:hInstance (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c1509 HWND CreateMainWindow(HINSTANCE hInstance) argument
1520 wcex.hInstance = hInstance;
1521 wcex.hIcon = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_APSRVMON),
1527 wcex.hIconSm = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_APSRVMON),
1533 NULL, NULL, hInstance, NULL);
1544 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
1567 LoadString(hInstance, i, szTmp, MAX_LOADSTRING);
1570 LoadString(hInstance, IDS_APMONITORTITLE, szTmp, MAX_LOADSTRING);
1581 LoadString(hInstance, IDS_APMONITORCLAS
[all...]

Completed in 12 milliseconds