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