VARDESC Struct

Definition

Describes a variable, constant, or data member.

public value class VARDESC
public struct VARDESC
type VARDESC = struct
Public Structure VARDESC
Inheritance
VARDESC

Remarks

For more information, see VARDESC structure.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

desc

Contains information about a variable.

elemdescVar

Contains the variable type.

lpstrSchema

This field is reserved for future use.

memid

Indicates the member ID of a variable.

varkind

Defines how to marshal a variable.

wVarFlags

Defines the properties of a variable.

Applies to