IMCFileIterator Struct Reference
[MCCore]
List of all members.
Detailed Description
Defines an iterator of the a folder and its subfolders. To create such an iterator use : IShFileUtilities::CreateIMCFileIterator()
It can be used as follows:
Member Function Documentation
virtual void MCCOMAPI IMCFileIterator::First |
( |
IMCFile * |
aFile |
) |
[pure virtual] |
Returns the first file.
- Parameters:
-
| aFile | A pointer to an IMCFile that will contain the first file path. |
virtual boolean MCCOMAPI IMCFileIterator::More |
( |
void |
|
) |
[pure virtual] |
Returns true if there are more files to iterate over.
virtual void MCCOMAPI IMCFileIterator::Next |
( |
IMCFile * |
aFile |
) |
[pure virtual] |
Returns the next file.
- Parameters:
-
| aFile | A pointer to an IMCFile that will contain the next file path. |
The documentation for this struct was generated from the following file: