Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |