CAFLT Struct

Definition

Represents a counted array of FLOAT types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to