|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
Resource handle for a file opened with IoIntf_OpenRes.
#include <IoIntf.h>
Public Attributes | |
| ResIntf_Read | readFp |
| Read from resource. More... | |
| ResIntf_Write | writeFp |
| Write to resource. More... | |
| ResIntf_Seek | seekFp |
| Seek to position in resource. More... | |
| ResIntf_Flush | flushFp |
| Flush resource. More... | |
| ResIntf_Close | closeFp |
| Close the resource and release any data. More... | |
| ResIntf_Close ResIntf::closeFp |
Close the resource and release any data.
| ResIntf_Flush ResIntf::flushFp |
Flush resource.
| ResIntf_Read ResIntf::readFp |
Read from resource.
| ResIntf_Seek ResIntf::seekFp |
Seek to position in resource.
| ResIntf_Write ResIntf::writeFp |
Write to resource.