CAUI Struct

Definition

Represents a counted array of USHORT types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to