![]() |
|
An optional interface supported by an exporter. More...
Public Member Functions | |
HRESULT | DoAbout () |
Directs this object to present its own About Box. | |
Properties | |
BOOL | SupportsAboutBox [get] |
Query to determine whether this object supports its own About Box. | |
BSTR | AboutString [get] |
Returns a descriptive string about the exporter. |
An optional interface supported by an exporter.
If this interface is supported, then the exporter can either present its own About Box, or minimally can provide a descriptive string.
HRESULT ISupportExporterAbout::DoAbout | ( | ) |
Directs this object to present its own About Box.
BSTR ISupportExporterAbout::AboutString [get] |
Returns a descriptive string about the exporter.
Regardless of whether this object supports its own about box, it should be able to provide this descriptive string.
The format of the string should be:
Exporter_Name\nExporter_Description
where the Exporter_Name
is a string not containing the \n
character and the Exporter_Description
section can contain multiple lines.
pAboutString | The descriptive string. |
BOOL ISupportExporterAbout::SupportsAboutBox [get] |
Query to determine whether this object supports its own About Box.
The alternative to supporting its own About Box is to simply provide a descriptive string.
pSupports | TRUE iff this object supports its own about box. |
©2010 Google - Google Home - About Google |