Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
ResIntf Struct Reference

Detailed Description

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...
 

Member Data Documentation

◆ closeFp

ResIntf_Close ResIntf::closeFp

Close the resource and release any data.

◆ flushFp

ResIntf_Flush ResIntf::flushFp

Flush resource.

◆ readFp

ResIntf_Read ResIntf::readFp

Read from resource.

◆ seekFp

ResIntf_Seek ResIntf::seekFp

Seek to position in resource.

◆ writeFp

ResIntf_Write ResIntf::writeFp

Write to resource.