RtlNtStatusToDosError (ntdll)
Last changed: davidwt-66.1.187.109

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll")]
public static uint RtlNtStatusToDosError(int Status);

VB Signature:

Declare Function RtlNtStatusToDosError Lib "ntdll.dll" (ByVal status as Integer) As UInteger

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation