Searched refs:lNativeCode (Results 1 - 2 of 2) 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));
/vbox/include/iprt/
H A Derr.h251 * @param lNativeCode NT status code.
254 RTDECL(int) RTErrConvertFromNtStatus(long lNativeCode);

Completed in 1823 milliseconds