Public Member Functions | |
void | getItemAt (in unsigned long index,[retval] out IFloppyImage item) |
void | enumerate ([retval] out IFloppyImageEnumerator enumerator) |
void | findByPath (in wstring path,[retval] out IFloppyImage image) |
Searches this collection for a floppy image with the given disk path. | |
Public Attributes | |
readonly attribute unsigned long | count |
void IFloppyImageCollection::getItemAt | ( | in unsigned long | index, | |
[retval] out IFloppyImage | item | |||
) |
void IFloppyImageCollection::enumerate | ( | [retval] out IFloppyImageEnumerator | enumerator | ) |
void IFloppyImageCollection::findByPath | ( | in wstring | path, | |
[retval] out IFloppyImage | image | |||
) |
Searches this collection for a floppy image with the given disk path.
path | Name of the floppy image's file system location. | |
image | Found Floppy image object |
readonly attribute unsigned long IFloppyImageCollection::count |