CAtlTemporaryFile Members
Methods
The constructor. |
|
The destructor. |
|
Call this method to close a temporary file and either delete its contents or store them under the specified file name. |
|
Call this method to create a temporary file. |
|
Call this method to force any data remaining in the file buffer to be written to the temporary file. |
|
Call this method to get the current file pointer position. |
|
Call this method to get the size in bytes of the temporary file. |
|
Call this method to disassociate the file from the CAtlTemporaryFile object. |
|
Call this method to open an existing temporary file and position the pointer at the end of the file. |
|
Call this method to lock a region in the file to prevent other processes from accessing it. |
|
Call this method to read data from the temporary file starting at the position indicated by the file pointer. |
|
Call this method to move the file pointer of the temporary file. |
|
Call this method to set the size of the temporary file. |
|
Call this method to return the name of the temporary file. |
|
Call this method to unlock a region of the temporary file. |
|
Call this method to write data to the temporary file starting at the position indicated by the file pointer. |
Operators
Returns a handle to the temporary file. |