2 references to RevokeInterface
System.Private.Windows.Core (2)
Windows\Win32\System\Com\AgileComPointer.cs (1)
147
HRESULT hr = GlobalInterfaceTable.
RevokeInterface
(cookie);
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
31
return cookie != 0 ? (int)HRESULT.S_OK : (int)
RevokeInterface
(_cookie);