CLS_ARCHIVE_DESCRIPTOR structure (clfs.h)

Used by the GetNextLogArchiveExtent function to return information about log archive extents.

Syntax

typedef struct _CLS_ARCHIVE_DESCRIPTOR {
  ULONGLONG                 coffLow;
  ULONGLONG                 coffHigh;
  CLS_CONTAINER_INFORMATION infoContainer;
} CLS_ARCHIVE_DESCRIPTOR, *PCLS_ARCHIVE_DESCRIPTOR, PPCLS_ARCHIVE_DESCRIPTOR;

Members

coffLow

The offset in the container to the first byte of the archive extent.

coffHigh

The offset in the container to the last byte of the archive extent.

infoContainer

The container information structure that describes the container associated with the archive extent. For more information, see CLFS_CONTAINER_INFORMATION.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header clfs.h (include Clfsw32.h)

See also

CLFS_CONTAINER_INFORMATION

GetNextLogArchiveExtent