IFXDataBlockQueue |
The IFXDataBlockQueue interface is used to hold a list of pointers to IFXDataBlock components. The IFXDataBlock interface is supported by the CIFXDataBlock component and holds data that has been read in by a data block reader.
|
Clears out the data block list |
|
|
Get the next data block from the list (removing it from the list |
|
|
Add a data block to the end of the list |
|
|
Get a copy of the data block list |
This method clears out the data block list, releasing the contents.
Parameters:
None
This method gets the next data block from the list and removes it from the list.
Parameters:
|
ppDataBlock |
Handle to the IFXDataBlock |
This method adds a data block to the end of the list.
Parameters:
|
pDataBlock |
Pointer to the IFXDataBlock |
This method gets a copy of the data block list.
Parameters:
|
ppDataBlockQueue |
Handle to the IFXDataBlockQueue |
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.