CAUB Struct

Definition

Represents a counted array of UCHAR types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to