rtlntstatustodoserror (ntdll)
Last changed: -171.251.237.158

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll")]
public static extern 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