Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IUnbufferedFile Interface Referenceabstract

#include <p6file.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR close (void)=0
 
virtual P6R::P6ERR getID (P6SIZE *pID)=0
 
virtual P6R::P6ERR initialize (void)=0
 
virtual P6R::P6ERR open (const P6WCHAR *pwszFilename, P6FILEFLAGS fFlags, P6FILEMODE perms)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6R::P6ERR read (P6VOID *pBuffer, P6SIZE cBytesToRead, P6SIZE *pcBytesRead)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR seek (P6FILESEEK fromWhere, P6INT64 offset)=0
 
virtual P6R::P6ERR stat (P6FILEINFO *pInfo)=0
 
virtual P6R::P6ERR write (const P6VOID *pBuffer, P6SIZE cBytesToWrite, P6SIZE *pcBytesWritten)=0
 
virtual P6R::P6ERR writeFormatted (const P6CHAR *pFmt, P6ARG *pArgs, P6UINT32 cArgs, P6SIZE *pcBytesWritten)=0
 

Detailed Description

Provides ability to create, open, read, write and seek files.

Non-createable interfaces

  • P6R::p6IDataStream
  • P6R::p6IIoHandler
  • P6R::p6IIoReadHandler
  • P6R::p6IIoWriteHandler
  • P6R::p6INativeHandle

P6R::p6IDataStream

Definition at line 38 of file p6file.h.


The documentation for this interface was generated from the following file: