Searched defs:ulError (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp668 ULONG ulError = LsaNtStatusToWinError(rcNt); local
669 switch (ulError)
683 VBoxServiceError("LsaGetLogonSessionData failed with error %u\n", ulError);
1029 ULONG ulError = LsaNtStatusToWinError(rcNt);
1030 switch (ulError)
1040 ulError = ERROR_SUCCESS;
1044 VBoxServiceError("LsaEnumerate failed with error %RU32\n", ulError);
1051 return RTErrConvertFromWin32(ulError);

Completed in 45 milliseconds