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

/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c44 void DisplayErrorText(DWORD dwLastError);
660 void DisplayErrorText(DWORD dwLastError) { argument
670 // If dwLastError is in the network range,
674 if(dwLastError >= NERR_BASE && dwLastError <= MAX_NERR) {
691 dwLastError,

Completed in 31 milliseconds