FileCustomAction
Other versions of this page are also available for the following:
8/27/2008
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 |