|
|
|
Controls and Property Pages |
|
Structures |
|
|
CADWORD |
PAGERANGE |
|
CADWORD |
|
The CADWORD structure is a counted array of DWORDs. It is used, for example, in the IPerPropertyBrowsing::GetPredefinedStrings method. The values returned in this counted array can be passed into the IPerPropertyBrowsing::GetPredefinedValue method to obtain the value corresponding to one of the predefined strings for a property.
|
|
TYPE CADWORD
|
|
CALPOLESTR |
|
The CALPOLESTR structure is a counted array of LPOLESTR types, that is, a counted array of pointers to strings. It is used, for example, in the IPerPropertyBrowsing::GetPredefinedStrings method to specify the predefined strings that a property can accept.
|
|
TYPE CALPOLESTR
|
|
CAUUID |
|
The CAUUID structure is a Counted Array of UUID or GUID types. It is used, for example, in the ISpecifyPropertyPages::GetPages method to receive an array of CLSIDs for the property pages that the object wants displayed.
|
|
TYPE CAUUID
|
|
CONTROLINFO |
|
The CONTROLINFO structure contains parameters that describe a control's keyboard mnemonics and keyboard behavior. The structure is filled during the IOleControl::GetControlInfo method.
|
|
TYPE CONTROLINFO
DWORD ' // Must be DWORD aligned
|
|
LICINFO |
|
The LICINFO structure contains parameters that describe the licensing behavior of a class factory that supports licensing. The structure is filled during the GetLicInfo method.
|
|
TYPE LICINFO fLicVerified AS LONG END TYPE
|
|
OCPFIPARAMS |
|
The OCPFIPARAMS structure contains parameters used to invoke a property sheet dialog box through the OleCreatePropertyFrameIndirect function.
|
|
TYPE
OCPFIPARAMS
|
|
PAGERANGE |
|
The PAGERANGE structure specifies a range of pages. The rgPageRange member of the PAGESET structure is a structure of type PAGERANGE.
|
|
TYPE
PAGERANGE
|
|
PAGESET |
|
The PAGESET structure identifies one or more page-ranges to be printed and, optionally, identifies only the even or odd pages as part of a pageset.
|
|
TYPE
PAGESET
|
|
PICTDESC |
|
The PICTDESC structure contains parameters to create a picture object through the OleCreatePictureIndirect function.
|
|
TYPE
BMP
|
|
PROPPAGEINFO |
|
The PROPPAGEINFO structure contains parameters used to describe a property page to a property frame. A property page fills a caller-provided structure in the IPropertyPage::GetPageInfo method.
|
|
TYPE
PROPPAGEINFO
|
|
QACONTAINER |
|
The QACONTAINER structure is used in IQuickActivate::QuickActivate to specify container information.
|
|
TYPE
QACONTAINER
|
|
QACONTROL |
|
The QACONTROL structure is used in IQuickActivate::QuickActivate to specify control information.
|
|
TYPE
QACONTROL
|
Page last updated on Saturday, 18 March 2006 01:25:11 +0100