PxIOGetFileInfo |
|
Retrieves file information
int PxIOGetFileInfo(PxIOFileHandle handle, PxIOFileInfoType type, int *fileInfo);
Where:
handle |
The handle of an open file | ||||||||||||||||||||||||||||||
type |
Specifies the type of file information that is being requested. The allowed values for this parameter are:
| ||||||||||||||||||||||||||||||
fileInfo |
A pointer to an int variable that will receive the requested file information |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.