ISimilarity::GetRecordCount method (msrdc.h)

Retrieves the number of records that are stored in the similarity file ID table in a similarity file.

Syntax

HRESULT GetRecordCount(
  [out] DWORD *recordCount
);

Parameters

[out] recordCount

A pointer to a variable that receives the number of records.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT 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

See also

ISimilarity