C/C++ Reference
ResIntf Struct Reference

Resource handle for a directory opened with IoIntf_OpenRes. More...

#include <IoIntf.h>

List of all members.

Public Attributes

ResIntf_Read readFp
 Read from resource.
ResIntf_Write writeFp
 Write to resource.
ResIntf_Seek seekFp
 Seek to position in resource.
ResIntf_Flush flushFp
 Flush resource.
ResIntf_Close closeFp
 Close the resource and release any data.

Detailed Description

Resource handle for a directory opened with IoIntf_OpenRes.