共用方式為


UuidFromString 函式 (rpcdce.h)

UuidFromString 函式會將字串轉換成 UUID

語法

RPC_STATUS UuidFromString(
  RPC_CSTR StringUuid,
  UUID     *Uuid
);

參數

StringUuid

UUID 字串表示的指標。

UUID 格式為 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx

Uuid 中傳遞 NULL 結果GUID_NULL值。

Uuid

以二進位形式傳回 UUID 的指標。

傳回值

意義
RPC_S_OK
呼叫成功。
RPC_S_INVALID_STRING_UUID
字串 UUID 無效。
 
注意 如需有效錯誤碼的清單,請參閱 RPC 傳回值
 

備註

應用程式會呼叫 UuidFromString 函式,將字串 UUID 轉換成二進位 UUID

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows 2000 Server [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 rpcdce.h (包含 Rpc.h)
程式庫 Rpcrt4.lib
Dll Rpcrt4.dll

另請參閱

UuidToString