CACLSID Struct

Definition

Represents a counted array of CLSID types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to