URLASSOCIATIONDIALOG_IN_FLAGS enumeration (intshcut.h)

The URLASSOCIATIONDIALOG_IN_FLAGS enumerated values are used with URLAssociationDialog to determine how it executes.

Syntax

typedef enum urlassociationdialog_in_flags {
  URLASSOCDLG_FL_USE_DEFAULT_NAME = 0x0001,
  URLASSOCDLG_FL_REGISTER_ASSOC = 0x0002
} URLASSOCIATIONDIALOG_IN_FLAGS;

Constants

 
URLASSOCDLG_FL_USE_DEFAULT_NAME
Value: 0x0001
Use the default file name (that is, "Internet Shortcut").
URLASSOCDLG_FL_REGISTER_ASSOC
Value: 0x0002
Register the selected application as the handler for the protocol specified in the pcszURL parameter of URLAssociationDialog. The application is registered only if this flag is set and the user indicates that a persistent association is desired.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header intshcut.h