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

/vbox/src/VBox/Runtime/nt/
H A DRTErrConvertFromNtStatus.cpp39 RTDECL(int) RTErrConvertFromNtStatus(long lNativeCode) argument
41 switch (lNativeCode)
70 AssertMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));

Completed in 96 milliseconds