次の方法で共有


RtlCustomCPToUnicodeN 関数 (ntifs.h)

RtlCustomCPToUnicodeN ルーチンは、システムで使用するために予約されています。 RtlMultiByteToUnicodeNと RtlOemToUnicodeNを参照してください。

構文

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

パラメーター

CustomCP

引っ込み思案。

UnicodeString

引っ込み思案。

MaxBytesInUnicodeString

引っ込み思案。

BytesInUnicodeString

引っ込み思案。

CustomCPString

引っ込み思案。

BytesInCustomCPString

引っ込み思案。

戻り値

引っ込み思案。

必要条件

要件 価値
ターゲット プラットフォーム ウィンドウズ
ヘッダー ntifs.h (Ntifs.h を含む)