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


CAtlTemporaryFile::UnlockRange

Call this method to unlock a region of the temporary file.

HRESULT UnlockRange(
   ULONGLONG nPos,
   ULONGLONG nCount 
) throw( );

Параметры

  • nPos
    The position in the file where the unlock should begin.

  • nCount
    The length of the byte range to be unlocked.

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

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

Заметки

Calls CAtlFile::UnlockRange.

Требования

Header: atlfile.h

См. также

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

CAtlTemporaryFile Class

CAtlTemporaryFile Members

CAtlTemporaryFile::LockRange