共用方式為


(winternl.h) RtlInitString 函式

初始化計算字串。

語法

void RtlInitString(
  [in, out] PSTRING DestinationString,
  [in]      PCSZ    SourceString
);

參數

[in, out] DestinationString

要初始化的計數位串。 DestinationString 會初始化為指向 SourceStringDestinationStringLengthMaximumLength 字段會初始化為 SourceString 的長度。

[in] SourceString

Null 終止字串的指標。 如果未指定 SourceString,DestinationStringLengthMaximumLength 字段會初始化為零。

傳回值

備註

安全性警告: 不允許 SourceString 參數大小超過 MAX_USHORT 個字元。

因為此函式沒有匯入連結庫,所以您必須使用 GetProcAddress

注意RtlInitString 可在 Windows XP 中使用。 後續版本可能會變更或無法使用。
 

規格需求

需求
目標平台 Windows
標頭 winternl.h
程式庫 ntdll.lib
Dll ntdll.dll