mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:41:40 +00:00
[RTL] SAL-annotate RtlUnicodeStringToCountedOemString
Brought to you by Hermès
This commit is contained in:
parent
8d1e01be0e
commit
a3629ab08b
2 changed files with 16 additions and 7 deletions
|
@ -1879,13 +1879,18 @@ RtlUnicodeStringToOemString(
|
|||
BOOLEAN AllocateDestinationString
|
||||
);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
_Must_inspect_result_
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlUnicodeStringToCountedOemString(
|
||||
_Inout_ POEM_STRING OemDest,
|
||||
_In_ PCUNICODE_STRING UniSource,
|
||||
_In_ BOOLEAN AllocateDestinationString);
|
||||
_When_(AllocateDestinationString, _Out_ _At_(DestinationString->Buffer, __drv_allocatesMem(Mem)))
|
||||
_When_(!AllocateDestinationString, _Inout_)
|
||||
POEM_STRING DestinationString,
|
||||
_In_ PCUNICODE_STRING SourceString,
|
||||
_In_ BOOLEAN AllocateDestinationString
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue