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.
Defines how folders are deleted when one of the disk resource limits is exceeded.
Syntax
typedef enum __MIDL___MIDL_itf_pla_0001_0043_0010 {
plaDeleteLargest = 0,
plaDeleteOldest = 1
} ResourcePolicy;
Constants
plaDeleteLargestValue: 0 Delete folders from largest to smallest. |
plaDeleteOldestValue: 1 Delete folders from oldest to newest. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | pla.h |