Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IUnbufferedFile::stat ( P6FILEINFO pInfo)
pure virtual

Retrieves information about the currently open file.

Parameters
pInfoA pointer to a P6R::P6FILEINFO structure that receives the information about the file.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedThe initialize() was not called successfully before calling this method.
P6R::eInvalidArgpIinfo was NULL
Any valid P6R::P6ERR