Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the lower bound of the range of item IDs to exclude.
HRESULT GetClosedRangeStart(
BYTE *pbClosedRangeStart,
DWORD *pcbIdSize);
Parameters
- pbClosedRangeStart
[in, out, unique, size_is(*pcbIdSize)] Returns the lower bound of the range of item IDs to exclude.
- pcbIdSize
[in, out] 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
S_OK
E_INVALIDARG
HRESULT_FROM_WIN32(ERROR_MORE_DATA) when pbClosedRangeStart is too small. In this case, the required number of bytes is returned in pcbIdSize.