IRangeException::GetClosedRangeStart method (winsync.h)
Gets the lower bound of the range of item IDs to exclude.
Syntax
HRESULT GetClosedRangeStart(
[in, out] BYTE *pbClosedRangeStart,
[in, out] DWORD *pcbIdSize
);
Parameters
[in, out] pbClosedRangeStart
Returns the lower bound of the range of item IDs to exclude.
[in, out] pcbIdSize
Specifies the number of bytes in pbClosedRangeStart. Returns the number of bytes to retrieve the ID when pbClosedRangeStart is too small, or returns the number of bytes written.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
|
|
When pbClosedRangeStart is too small. In this case, the required number of bytes is returned in pcbIdSize. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | winsync.h |