Поделиться через


CAtlTemporaryFile::HandsOn

Call this method to open an existing temporary file and position the pointer at the end of the file.

HRESULT HandsOn( ) throw( );

Возвращаемое значение

Returns S_OK on success, or an error HRESULT on failure.

Заметки

CAtlTemporaryFile::HandsOff and HandsOn are used to disassociate the file from the object, and reattach it if needed.

Требования

Header: atlfile.h

См. также

Основные понятия

CAtlTemporaryFile Class

CAtlTemporaryFile Members

CAtlTemporaryFile::HandsOff