CAUH Struct

Definition

Represents a counted array of ULARGE_INTEGER types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to