Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the lower bound of the range of item IDs to exclude.
Syntax
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.