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