CAUL Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a counted array of ULONG types.
public value class CAUL
struct CAUL
[System.Runtime.InteropServices.ComConversionLoss]
public struct CAUL
[<System.Runtime.InteropServices.ComConversionLoss>]
type CAUL = struct
Public Structure CAUL
- Inheritance
-
CAUL
- Attributes
Fields
cElems |
The size of the array pointed to by pElems. |
pElems |
A pointer to an array of ULONG types, each of which corresponds to an allowable value that a particular property can accept. |