VARDESC Struct
Definition
Warning
This API is now obsolete.
Use VARDESC instead.
public value class VARDESC
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct VARDESC
type VARDESC = struct
Public Structure VARDESC
- Inheritance
- Attributes
Remarks
For additional information about VARDESC
, see the MSDN Library.
Fields
elemdescVar |
Contains the variable type. |
lpstrSchema |
This field is reserved for future use. |
memid |
Indicates the member ID of a variable. |
varkind |
Defines how a variable should be marshaled. |
wVarFlags |
Defines the properties of a variable. |