共用方式為


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

保留。

傳回值

保留。

要求

要求 價值
目標平臺 窗戶
標頭 ntifs.h (include Ntifs.h)