FileCustomAction (Compact 2013)
3/26/2014
Deprecated.
This enumeration lists the possible values for custom file action during deployment.
In Windows Embedded Compact 2013, 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 |