CAI Struct

Definition

Represents a counted array of SHORT types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to