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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c52 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
57 switch(wParam)
63 EndDialog(hwndDlg, wParam);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dwinrand.c113 return msg.wParam;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) argument
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
H A Ds_socket.c131 static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam, argument
145 return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c634 return(msg.wParam);
637 BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
649 switch (LOWORD(wParam)) {
660 BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
673 switch (LOWORD(wParam)) {
675 switch (HIWORD(wParam)) {
684 EndDialog(hWnd, LOWORD(wParam));
695 BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
742 switch (LOWORD(wParam)) {
907 BOOL CALLBACK FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARA argument
1232 WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam ) argument
1263 MainDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c168 hookProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
176 return (CallNextHookEx(hookHandle, nCode, wParam, lParam));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_win.c634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
643 if (key != wParam)
645 key = wParam;
667 RAND_add(&wParam, sizeof(wParam), 0);
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp271 return msg.wParam;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp335 switch (msg.wParam) {

Completed in 112 milliseconds