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.
1/5/2010
This enumeration lists the possible values for custom file action during deployment.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
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
| Header | cccommon.idl |
| Windows Embedded CE | Windows CE 5.0 |