ISimilarityFileIdTable::GetRecordCount method (msrdc.h)
Retrieves the number of records that are stored in a similarity file ID table.
Syntax
HRESULT GetRecordCount(
[out] DWORD *recordCount
);
Parameters
[out] recordCount
A pointer to a variable that receives the number of records.
Return value
Returns S_OK on success, or an error HRESULT on failure.
This method can also return the following error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | msrdc.h |
DLL | MsRdc.dll |