ISimilarityTraitsMapping::GetPageSize method (msrdc.h)

Returns the page size (disk block size) for a similarity traits table file.

Syntax

void GetPageSize(
  [out] DWORD *pageSize
);

Parameters

[out] pageSize

Pointer to a location that receives the page size, in bytes. This page size must be at least 65536 bytes.

Return value

None

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

ISimilarityTraitsMapping