TYPEDESC.lpValue 字段

定义

如果变量为 VT_SAFEARRAYVT_PTR,则 lpValue 字段包含指向指定元素类型的 TYPEDESC 的指针。If the variable is VT_SAFEARRAY or VT_PTR, the lpValue field contains a pointer to a TYPEDESC that specifies the element type.

public: IntPtr lpValue;
public IntPtr lpValue;
val mutable lpValue : nativeint
Public lpValue As IntPtr 

字段值

IntPtr

注解

有关详细信息,请参阅 TYPEDESC 结构For more information, see TYPEDESC structure.

适用于