PARAMDESC 结构

定义

注意

Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

请改用 PARAMDESC

public value class PARAMDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct PARAMDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct PARAMDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type PARAMDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type PARAMDESC = struct
Public Structure PARAMDESC
继承
PARAMDESC
属性

注解

有关 的其他 PARAMDESC信息,请参阅 MSDN 库。

字段

lpVarValue
已过时.

表示指向正在进程之间传递的值的指针。

wParamFlags
已过时.

表示描述结构元素、参数或返回值的位屏蔽值。

适用于