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

/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_socket.c135 static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam, argument
138 if (hwnd == topWnd) {
147 return CallWindowProc(lpTopWndProc, hwnd, message, wParam, lParam);
150 static BOOL CALLBACK enumproc(HWND hwnd, LPARAM lParam) argument
152 topWnd = hwnd;
/freebsd-10.2-release/crypto/openssl/engines/
H A De_capi.c1696 HWND hwnd; local
1722 hwnd = GetForegroundWindow();
1723 if (!hwnd)
1724 hwnd = GetActiveWindow();
1725 if (!hwnd && ctx->getconswindow)
1726 hwnd = ctx->getconswindow();
1728 cert = ctx->certselectdlg(dstore, hwnd, dlg_title, dlg_prompt,

Completed in 107 milliseconds