Summary statistics snapshot.
More...
Public Member Functions | |
HRESULT | Item ([in] LONG lIndex,[out, retval] GUID *pID) |
HRESULT | Count ([out, retval] LONG *plCount) |
HRESULT | Name ([out, retval] BSTR *pbstrName) |
HRESULT | Name ([in] BSTR bstrName) |
HRESULT | ID ([out, retval] GUID *pID) |
HRESULT | ID ([in] GUID id) |
HRESULT | AddItem ([in] GUID id,[in] GUID parent) |
HRESULT | RemoveItem ([in] GUID id) |
HRESULT | GetItemParent ([in] GUID id,[out] GUID *pID) |
HRESULT | SetItemLabel ([in] GUID id,[in] BSTR bstrLabel) |
HRESULT | GetItemLabel ([in] GUID id,[out] BSTR *pbstrLabel) |
HRESULT | SetItemValue ([in] GUID id,[in] PeekSummaryStat *pValue) |
HRESULT | GetItemValue ([in] GUID id,[out] PeekSummaryStat *pValue) |
Detailed Description
This interface is implemented by the Omnił Engine and allows items to be added to the summary statistics display.Member Function Documentation
|
Add a summary statistics item.
|
|
Get the count of summary statistics items.
|
|
Get the label for a summary statistics item.
|
|
Get the parent ID for a summary statistics item.
|
|
Get the value for a summary statistics item.
|
|
Set the summary statistics snapshot ID. Not normally used by a client.
|
|
Get the summary statistics snapshot ID.
|
|
Get a summary statistics item by index.
|
|
Set the summary statistics snapshot name.
|
|
Get the summary statistics snapshot name.
|
|
Remove a summary statistics item.
|
|
Set the label for a summary statistics item.
|
|
Set the value for a summary statistics item.
|