[New for Windows NT 4.0 Service Pack 3.]
Revokes the registration of an interface in the global (process-wide) interface table.
HRESULT RevokeInterfaceFromGlobal(
DWORD dwCookie, //Cookie that was returned from
//RegisterInterfaceInGlobal
);
Call this method when an interface registered in the global interface table object no longer needs to be accessed by other apartments in the same process. This method can be called by any apartment in the process, including apartments other than the one that call RegisterInterfaceInGlobal.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
IGlobalInterfaceTable::RegisterInterfaceInGlobal, IGlobalInterfaceTable::GetInterfaceFromGlobal