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 the action that the data manager takes when both the age and size limits are met.
Syntax
typedef enum __MIDL___MIDL_itf_pla_0001_0043_0012 {
plaCreateCab = 0x1,
plaDeleteData = 0x2,
plaSendCab = 0x4,
plaDeleteCab = 0x8,
plaDeleteReport = 0x10
} FolderActionSteps;
Constants
plaCreateCab Value: 0x1 Creates a cabinet file. The name of the cabinet file is nameofthesubfolder.cab. |
plaDeleteData Value: 0x2 Deletes all files in the folder, except the report and cabinet file. |
plaSendCab Value: 0x4 Sends the cabinet file to the location specified in the IFolderAction::SendCabTo property. |
plaDeleteCab Value: 0x8 Deletes the cabinet file. |
plaDeleteReport Value: 0x10 Deletes the report file. |
Remarks
Specify one or more actions. The data manager applies the actions in the order in which they are defined in this enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | pla.h |