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.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Intshcut.h Minimum availability Internet Explorer 4.0