UuidToString 函式 (rpcdce.h)
UuidToString 函式會將 UUID 轉換為字串。
語法
RPC_STATUS UuidToString(
[in] const UUID *Uuid,
[out] RPC_CSTR *StringUuid
);
參數
[in] Uuid
二進位 UUID 的指標。
[out] StringUuid
將放置 Uuid 參數中所指定 UUID 的 Null 終止字串指標。
UUID 格式為 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx。
傳回值
值 | 意義 |
---|---|
|
呼叫成功。 |
|
系統記憶體不足。 |
注意 如需有效錯誤碼的清單,請參閱 RPC 傳回值。
備註
應用程式會呼叫 UuidToString ,將二進位 UUID 轉換成字串 UUID。 RPC 執行時間連結庫會為 StringUuid 參數中傳回的字串配置記憶體。 應用程式負責呼叫 RpcStringFree 以解除分配該記憶體。
規格需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rpcdce.h (包含 Rpc.h) |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |