This topic has not yet been rated - Rate this topic

ResourcePolicy enumeration

Defines how folders are deleted when one of the disk resource limits is exceeded.

Syntax


typedef enum  { 
  plaDeleteLargest  = 0,
  plaDeleteOldest   = 1
} ResourcePolicy;

Constants

plaDeleteLargest

Delete folders from largest to smallest.

plaDeleteOldest

Delete folders from oldest to newest.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Pla.h

See also

IDataManager::ResourcePolicy

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.