Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|