FileCustomAction (Windows CE 5.0)
This enumeration lists the possible values for custom file action during deployment.
typedef enum tagFileCustomAction{ FileCustomAction_None = 0x0000, FileCustomAction_COM = 0x0001,} FileAction;
Elements
- FileCustomAction_None
No special processing of the file should be taken during deployment. - FileCustomAction_COM
Register a COM object by calling the DllRegisterServer API associated with the component.
Requirements
OS Versions: Windows CE 5.0.
Header: cccommon.idl.
See Also
Core Connectivity Enumerations
Send Feedback on this topic to the authors