[NTDLL_APITEST] Add some tests for RtlUnicodeStringToCountedOemString

CORE-17571
This commit is contained in:
Jérôme Gardou 2021-05-12 23:31:20 +02:00 committed by Jérôme Gardou
parent 0a8b51da80
commit 53a6c44f74
4 changed files with 147 additions and 0 deletions

View file

@ -1879,6 +1879,14 @@ RtlUnicodeStringToOemString(
BOOLEAN AllocateDestinationString
);
NTSYSAPI
NTSTATUS
NTAPI
RtlUnicodeStringToCountedOemString(
_Inout_ POEM_STRING OemDest,
_In_ PCUNICODE_STRING UniSource,
_In_ BOOLEAN AllocateDestinationString);
NTSYSAPI
NTSTATUS
NTAPI