IMAPITable::GetRowCount (Compact 7)
3/12/2014
This method returns the number of rows in the table that meet a set of criteria.
Syntax
HRESULT GetRowCount (
ULONG ulFlags,
ULONG FAR * lpulCount
);
Parameters
- ulFlags
[in] Not used; must be zero.
- lpulCount
[out] Pointer to a reference to the resulting number of rows.
Return Value
The following table shows the possible return values.
- S_OK
The method succeeded.
- E_FAIL
The operation failed due to an unspecified error.
- E_INVALIDARG
The operation failed because one or more of the arguments is not valid.
- E_OUTOFMEMORY
The operation failed because it needs more memory resources.
- E_UNEXPECTED
The operation failed due to an unexpected error.
Requirements
Header |
mapidefs.h |
Library |
cemapi.lib |