CADWORD Struct

Definition

Represents a counted array of DWORD types.

public value class CADWORD
struct CADWORD
[System.Runtime.InteropServices.ComConversionLoss]
public struct CADWORD
[<System.Runtime.InteropServices.ComConversionLoss>]
type CADWORD = struct
Public Structure CADWORD
Inheritance
CADWORD
Attributes

Fields

cElems

The size of the array pointed to by pElems.

pElems

A pointer to an array of DWORD types, each of which corresponds to an allowable value that a particular property can accept.

Applies to