CACY Struct

Definition

Represents a counted array of CY types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to