RoGetApartmentIdentifier 函式 (roapi.h)
取得目前 Apartment 的唯一識別碼。
語法
HRESULT RoGetApartmentIdentifier(
[out] UINT64 *apartmentIdentifier
);
參數
[out] apartmentIdentifier
目前 Apartment 的進程唯一識別碼。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | roapi.h |
程式庫 | RuntimeObject.lib |
Dll | ComBase.dll |