IPCF_FILE_RANGE structure
Describes the logical file range in a protected file. For more information on protected file, see Supported File Formats.
Syntax
typedef struct _IPCF_FILE_RANGE {
DWORD64 qwOffset;
DWORD64 qwSize;
} IPCF_FILE_RANGE, *IPCF_FILE_RANGE;
Members
-
qwOffset
-
Logical 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 |
|