IEnumFBBlock::Restrict

Restricts the enumeration to a specified time period.

Quick info

See IEnumFBBlock.

HRESULT Restrict(  
    FILETIME ftmStart, 
    FILETIME ftmEnd 
);

Parameters

ftmStart

[in] The start time to restrict the enumeration.

ftmEnd

[in] The end time to restrict the enumeration.

Return values

S_OK if the call succeeded; otherwise, an error code.

Remarks

This method also resets the enumeration.

See also