IIUnknownStrategy 接口

定义

重要

此 API 不符合 CLS。

定义 IUnknown 交互策略。

public interface class IIUnknownStrategy
[System.CLSCompliant(false)]
public interface IIUnknownStrategy
[<System.CLSCompliant(false)>]
type IIUnknownStrategy = interface
Public Interface IIUnknownStrategy
属性

方法

CreateInstancePointer(Void*)

创建表示指定的 IUnknown 实例的实例指针。

QueryInterface(Void*, Guid, Void*)

为非托管实例上的 IID 执行 QueryInterface () 。

Release(Void*)

Release()对指定的非托管实例调用。

适用于