// ntifs.h
void RtlOemStringToUnicodeSize(
STRING
);
View the official Windows Driver Kit DDI reference
No description available.
The RtlOemStringToUnicodeSize routine determines the size, in bytes, that a given OEM string will be after it is translated into a null-terminated Unicode string.
STRING
Pointer to a caller-allocated OEM string.
RtlOemStringToUnicodeSize can be called to determine how much memory to allocate when translating an OEM string to Unicode with RtlOemStringToUnicodeString. The returned value includes space for the NULL terminator.
For information about other string-handling routines, see Run-Time Library (RTL) Routines.
RtlOemStringToCountedUnicodeSize