URLASSOCIATIONDIALOG_IN_FLAGS enumeration
Provides flags that are used with the URLAssociationDialog function 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
-
If this flag is set, it indicates that the default file name "Internet Shortcut" is to be used.
- URLASSOCDLG_FL_REGISTER_ASSOC
-
If this flag is set, the system registers 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
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: