RtlFreeOemString function (winternl.h)
Frees the string buffer allocated by RtlUnicodeStringToOemString.
Syntax
void RtlFreeOemString(
[in, out] POEM_STRING OemString
);
Parameters
[in, out] OemString
Address of the OEM string whose buffer was previously allocated by RtlUnicodeStringToOemString.
Return value
None
Remarks
This routine releases the Buffer member of the OEM_STRING structure. The Length and MaximumLength members are not affected by this routine.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | winternl.h |
Library | ntdll.lib |
DLL | ntdll.dll |