Module::UnregisterWinRTObject Method
Unregisters one or more Windows Runtime objects so that other applications cannot connect to them.
virtual HRESULT UnregisterWinRTObject(
unsigned int,
_Inout_ WINRT_REGISTRATION_COOKIE* cookie
);
Parameters
- cookie
A pointer to a value that identifies the class object whose registration is to be revoked.
Requirements
Header: module.h
Namespace: Microsoft::WRL