Searched refs:lpAuthDlgStruct (Results 1 – 1 of 1) sorted by relevance
43 LPAUTHDLGSTRUCTA lpAuthDlgStruct; in NPS_ProxyPasswordDialog() local50 lpAuthDlgStruct = (LPAUTHDLGSTRUCTA) lParam; in NPS_ProxyPasswordDialog()53 if( lpAuthDlgStruct->lpExplainText ) in NPS_ProxyPasswordDialog()60 if( lpAuthDlgStruct->lpResource ) in NPS_ProxyPasswordDialog()78 GetWindowTextA( hitem, lpAuthDlgStruct->lpUsername, lpAuthDlgStruct->cbUsername ); in NPS_ProxyPasswordDialog()82 GetWindowTextA( hitem, lpAuthDlgStruct->lpPassword, lpAuthDlgStruct->cbPassword ); in NPS_ProxyPasswordDialog()104 TRACE("%p\n", lpAuthDlgStruct); in NPSAuthenticationDialogA()106 if( !lpAuthDlgStruct ) in NPSAuthenticationDialogA()108 if( lpAuthDlgStruct->cbStructure < sizeof *lpAuthDlgStruct ) in NPSAuthenticationDialogA()112 lpAuthDlgStruct->lpOUTitle, lpAuthDlgStruct->lpExplainText); in NPSAuthenticationDialogA()[all …]