CABSTRBLOB Struct

Definition

Represents a counted array of BSTRBLOB types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to