DISPPARAMS Struct
Definition
Warning
This API is now obsolete.
Use DISPPARAMS instead.
public value class DISPPARAMS
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct DISPPARAMS
type DISPPARAMS = struct
Public Structure DISPPARAMS
- Inheritance
- 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. |