ISimilarityTraitsMappedView::GetView method (msrdc.h)
Returns the beginning and ending addresses for the mapped view of a similarity traits table file.
Syntax
void GetView(
[out] const unsigned char **mappedPageBegin,
[out] const unsigned char **mappedPageEnd
);
Parameters
[out] mappedPageBegin
Pointer to a location that receives the start of the data that is mapped for this view.
[out] mappedPageEnd
Pointer to a location that receives the end of the data that is mapped for this view, plus one.
Return value
None
Remarks
If there is no mapped view, then *mappedPageBegin
must be set to zero. Otherwise, *mappedPageBegin
is set to a valid pointer, and *mappedPageBegin - *mappedPageEnd
equals the size, in bytes, of the mapped area.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | msrdc.h |
DLL | MsRdc.dll |