UCOMITypeInfo.GetVarDesc(Int32, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索描述指定变量的 VARDESC
结构。
public:
void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)
参数
- index
- Int32
要返回的变量说明的索引。
- ppVarDesc
-
IntPtr
nativeint
成功返回时,对描述指定变量的 VARDESC
的引用。
注解
ppVarDesc
的值可以通过 访问PtrToStructure。
有关 的其他 ITypeInfo::GetVarDesc
信息,请参阅 MSDN 库。