CAL Struct

Definition

Represents a counted array of LONG types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to