DISPPARAMS Struct

Definition

Caution

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

Use DISPPARAMS instead.

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

Fields

cArgs

Represents the count of arguments.

cNamedArgs

Represents the count of named arguments.

rgdispidNamedArgs

Represents the dispatch IDs of named arguments.

rgvarg

Represents a reference to the array of arguments.

Applies to