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.
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