CALPSTR Struct

Definition

Represents a counted array of LPSTR types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to