IEnumFBBlock::Next

Gets the next specified number of blocks of free/busy data in an enumeration.

Quick info

See IEnumFBBlock.

HRESULT Next(  
        LONG celt,
        FBBlock_1 *pblk,
        LONG *pcfetch
);

Parameters

celt

[in] The number of free/busy data blocks in pblk to retrieve.

pblk

[in] A pointer to an array of free/busy blocks. The array is allocated a size of celt. The requested free/busy blocks are returned in this array.

pcfetch

[out] The number of free/busy blocks actually returned in pblk.

Return values

HRESULT Description
S_OK
The requested number of blocks has been returned.
S_FALSE
The requested number of blocks has not been returned.

See also