IABTable::QueryColumns
HRESULT QueryColumns(
ULONG ulFlags,
LPSPropTagArray FAR * lpPropTagArray
);
Returns a list of columns for the table.
- Returns one of the following values:
S_OK | The column set was successfully returned. |
MAPI_E_BUSY | Another operation is in progress that prevents the column set retrieval operation from starting. Either the operation in progress should be allowed to complete, or it should be stopped. |
- ulFlags
- Bitmask of flags that indicate which column set should be returned. The following flag can be set:
TBL_ALL_COLUMNS | Returns all available columns. |
- lpPropTagArray
- Address of an SPropTagArray structure containing the property tags for the column set.
Back to top
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.