Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Syntax
typedef enum urlassociationdialog_in_flags { URLASSOCDLG_FL_USE_DEFAULT_NAME = 0x0001, URLASSOCDLG_FL_REGISTER_ASSOC = 0x0002 } URLASSOCIATIONDIALOG_IN_FLAGS;
Elements
The following enumerated values are used with the URLAssociationDialog function to determine how it executes.
- URLASSOCDLG_FL_USE_DEFAULT_NAME
- Use the default file name (that is, "Internet Shortcut").
- URLASSOCDLG_FL_REGISTER_ASSOC
- 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.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.