PARAMDESC Struct

Definition

Caution

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

Use PARAMDESC instead.

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
Inheritance
PARAMDESC
Attributes

Remarks

For additional information about PARAMDESC, see the MSDN Library.

Fields

lpVarValue

Represents a pointer to a value that is being passed between processes.

wParamFlags

Represents bitmask values that describe the structure element, parameter, or return value.

Applies to