microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

Add `RtlIsDosDeviceName_U` and `RtlDosPathNameToNtPathName_U_WithStatus` #72

Closed ChrisDenton closed 2 weeks ago

ChrisDenton commented 4 months ago

RtlIsDosDeviceName_U and RtlDosPathNameToNtPathName_U_WithStatus are now documented but are not in headers:

ULONG RtlIsDosDeviceName_U(
    __in PCWSTR DosFileName
)
NTSTATUS RtlDosPathNameToNtPathName_U_WithStatus(
    __in PCWSTR DosFileName,
    __out PUNICODE_STRING NtFileName,
    __deref_opt_out_opt PWSTR *FilePart,
    __reserved PVOID Reserved
)