IPCF_RAW_FILE_RANGE structure

Describes the raw file range in a protected file. For more information on protected file, see Supported File Formats.

Syntax

typedef struct _IPCF_RAW_FILE_RANGE {
  DWORD64 qwOffset;
  DWORD64 qwSize;
} IPCF_RAW_FILE_RANGE, *IPCF_RAW_FILE_RANGE;

Members

qwOffset

Raw offset of the data of interest.

qwSize

Size of the data of interest.

Requirements

Minimum supported client
Windows Vista with SP2
Minimum supported server
Windows Server 2008
Header
Ipcfile.h (include Msipc.h)

See also

Supported File Formats

Structures