IFileSystemImage::put_SessionStartBlock method (imapi2fs.h)

Sets the starting block address for the recording session.

Syntax

HRESULT put_SessionStartBlock(
  [in] LONG newVal
);

Parameters

[in] newVal

Block number of the new recording session.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation.

Remarks

If the previous session is imported, the session start block cannot be changed manually.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2fs.h

See also

IFileSystemImage

IFileSystemImage::get_SessionStartBlock