CABSTR Struct

Definition

Represents a counted array of BSTR types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to