RtlCustomCPToUnicodeN 函数 (ntifs.h)

保留 RtlCustomCPToUnicodeN 例程供系统使用。 请参阅 RtlMultiByteToUnicodeNRtlOemToUnicodeN

语法

NTSYSAPI NTSTATUS RtlCustomCPToUnicodeN(
  PCPTABLEINFO CustomCP,
  PWCH         UnicodeString,
  ULONG        MaxBytesInUnicodeString,
  PULONG       BytesInUnicodeString,
  PCH          CustomCPString,
  ULONG        BytesInCustomCPString
);

参数

CustomCP

保留。

UnicodeString

保留。

MaxBytesInUnicodeString

保留。

BytesInUnicodeString

保留。

CustomCPString

保留。

BytesInCustomCPString

保留。

返回值

保留。

要求

要求
目标平台 Windows
标头 ntifs.h (包括 Ntifs.h)