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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp28 int WINAPI WinMain( HINSTANCE hInstance, argument
41 if (!InitInstance (hInstance, nCmdShow))
46 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_WCE_TPCB);
71 ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass) argument
79 wc.hInstance = hInstance;
80 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WCE_TPCB));
99 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) argument
104 hInst = hInstance; // Store instance handle in our global variable
106 LoadString(hInstance, IDC_WCE_TPC
[all...]

Completed in 87 milliseconds