Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.