GetArcItem
Get the information about archive's next element. Executed in a cycle after the
OpenArchive function call while the module returns
GETARC_SUCCESS value.
int WINAPI GetArcItem( struct PluginPanelItem *Item, struct ArcItemInfo *Info );
Parameters
Item
This structure must be initialized (see
PluginPanelItem for detailed info about structure
fields)
Info
Additional item information, which should be filled if possible (see
ArcItemInfo).
Return value
| Return value | Description |
|---|---|
| GETARC_EOF | End of archive reached. |
| GETARC_SUCCESS | Item received successfully. |
| GETARC_BROKEN | Broken (damaged) archive |
| GETARC_UNEXPEOF | Unexpected end of archive |
| GETARC_READERROR | Read error |
See also: