CREATE_ASM_NAME_OBJ_FLAGS enumeration (winsxs.h)

The CREATE_ASM_NAME_OBJ_FLAGS enumeration is used by the CreateAssemblyNameObject function.

If no value is specified, the szAssemblyName parameter of the CreateAssemblyNameObject function is the "Name" portion of the fully-specified assembly name.

Syntax

typedef enum __MIDL___MIDL_itf_winsxs_0000_0003_0001 {
  CANOF_PARSE_DISPLAY_NAME = 0x1,
  CANOF_SET_DEFAULT_VALUES = 0x2
} CREATE_ASM_NAME_OBJ_FLAGS;

Constants

 
CANOF_PARSE_DISPLAY_NAME
Value: 0x1
If this flag is specified, the szAssemblyName parameter of CreateAssemblyNameObject is a fully-specified side-by-side assembly name and is parsed to the individual properties.
CANOF_SET_DEFAULT_VALUES
Value: 0x2
Reserved.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header winsxs.h