CALPWSTR Struct

Definition

Represents a counted array of LPWSTR types.

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

Fields

cElems

The size of the array pointed to by pElems.

pElems

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

Applies to