System.Runtime.InteropServices.FUNCDESC Members

The members of System.Runtime.InteropServices.FUNCDESC are listed below.

See Also: Inherited members from System.ValueType

Public Fields

callconvCALLCONV.

Specifies the calling convention of a function.

cParamsshort.

Counts the total number of parameters.

cParamsOptshort.

Counts the optional parameters.

cScodesshort.

Counts the permitted return values.

elemdescFuncELEMDESC.

Contains the return type of the function.

funckindFUNCKIND.

Specifies whether the function is virtual, static, or dispatch-only.

invkindINVOKEKIND.

Specifies the type of a property function.

lprgelemdescParamIntPtr.

Indicates the size of FUNCDESC.cParams.

lprgscodeIntPtr.

Stores the count of errors a function can return on a 16-bit system.

memidint.

Identifies the function member ID.

oVftshort.

Specifies the offset in the VTBL for FUNCKIND.FUNC_VIRTUAL.

wFuncFlagsshort.

Indicates the System.Runtime.InteropServices.FUNCFLAGS of a function.