Searched refs:dwErrorCode (Results 1 – 2 of 2) sorted by relevance
448 DWORD dwErrorCode = 0; in RegisterAdditionalFunctions() local481 dwErrorCode = GetLastError(); in RegisterAdditionalFunctions()484 if (dwErrorCode == ERROR_INSUFFICIENT_BUFFER) in RegisterAdditionalFunctions()509 wprintf(L"# LookupAccountNameW failed. GetLastError returned: %d\n", dwErrorCode); in RegisterAdditionalFunctions()
378 void OutputSystemMessage( DWORD dwErrorCode ) in OutputSystemMessage() argument386 dwErrorCode, in OutputSystemMessage()
Completed in 18 milliseconds