RoUnregisterForApartmentShutdown 函式 (roapi.h)
取消註冊先前註冊的 IApartmentShutdown 介面。
語法
HRESULT RoUnregisterForApartmentShutdown(
[in] APARTMENT_SHUTDOWN_REGISTRATION_COOKIE regCookie
);
參數
[in] regCookie
從 先前呼叫 RoRegisterForApartmentShutdown 函式取得的註冊 Cookie。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
呼叫 RoUnregisterForApartmentShutdown 停止接收 Apartment 關機通知,並取消註冊先前註冊的 IApartmentShutdown 介面。
警告
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | roapi.h |
程式庫 | RuntimeObject.lib |
Dll | ComBase.dll |