HomeSort by relevance Sort by last modified time
    Searched defs:hInst (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 43 HINSTANCE hInst; // current instance
282 hInst = hInstance; // Store instance handle in our global variable
389 DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUTBOX), hWnd, About);
  /external/quake/quake/src/WinQuake/
net_wins.cpp 124 HINSTANCE hInst;
128 hInst = LoadLibrary("wsock32.dll");
130 if (hInst == NULL)
139 pWSAStartup = (void *)GetProcAddress(hInst, "WSAStartup");
140 pWSACleanup = (void *)GetProcAddress(hInst, "WSACleanup");
141 pWSAGetLastError = (void *)GetProcAddress(hInst, "WSAGetLastError");
142 psocket = (void *)GetProcAddress(hInst, "socket");
143 pioctlsocket = (void *)GetProcAddress(hInst, "ioctlsocket");
144 psetsockopt = (void *)GetProcAddress(hInst, "setsockopt");
145 precvfrom = (void *)GetProcAddress(hInst, "recvfrom");
    [all...]

Completed in 23 milliseconds