IEnumFBBlock::Next

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] Number of free/busy data blocks in pblk to retrieve.

pblk

[in] 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] Number of free/busy blocks actually returned in pblk.

Return Values

S_OK

The requested number of blocks has been returned.

S_FALSE

The requested number of blocks has not been returned.

See Also

Constants for the Free/Busy API

FBBlock_1

IEnumFBBlock::Clone

IEnumFBBlock::Reset

IEnumFBBlock::Restrict

IEnumFBBlock::Skip