Ағылшын тілінде оқу

Бөлісу құралы:


ClfsMgmtPolicyLogTail structure

The ClfsMgmtPolicyLogTail structure controls the amount of space that LOG_TAIL_ADVANCE_CALLBACK requests. The value is either a relative percentage or an absolute number of bytes, but not both. The value is always rounded up to the nearest container. Specify zero to indicate that no action is taken to advance the base log tail.

Syntax

c++
typedef struct {
  ULONG MinimumAvailablePercentage;
  ULONG MinimumAvailableContainers;
} ClfsMgmtPolicyLogTail;

Members

  • MinimumAvailablePercentage
    Specifies the amount of space, expressed as a percentage of the entire log, is requested. The minimum request frees up space in a container.

  • MinimumAvailableContainers
    Specifies the amount space that is requested as an absolute number of containers.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

Header

Clfsmgmt.h

See also

CLFS_MGMT_POLICY