This document is archived and information here might be outdated. Recommended version. |
The associated status table.
[Visual Basic .NET] Public Property StatusTable As ITable
[C#] public ITable StatusTable {get; set;}
[C++]
HRESULT get_StatusTable(
ITable** ppStatusTable
);
[C++]
HRESULT putref_StatusTable(
ITable* ppStatusTable
);
[C++] Parameters ppStatusTable [out, retval]
ppStatusTable is a parameter of type ITable** ppStatusTable [in]
ppStatusTable is a parameter of type ITable*