CABOOL Struct

Definition

Represents a counted array of BOOL types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to