CALPOLESTR Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a counted array of LPOLESTR types.
public value class CALPOLESTR
struct CALPOLESTR
[System.Runtime.InteropServices.ComConversionLoss]
public struct CALPOLESTR
[<System.Runtime.InteropServices.ComConversionLoss>]
type CALPOLESTR = struct
Public Structure CALPOLESTR
- Inheritance
-
CALPOLESTR
- Attributes
Fields
cElems |
Size of the array pointed to by pElems. |
pElems |
A pointer to an array of LPOLESTR values. Each value corresponds to an allowable value that a particular property can accept. The caller can use these string values in user interface elements, such as drop-down list boxes. |