mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 01:59:45 +00:00
[NTDLL_APITEST] Add some tests for RtlUnicodeStringToCountedOemString
CORE-17571
This commit is contained in:
parent
0a8b51da80
commit
53a6c44f74
4 changed files with 147 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue