URLASSOCIATIONDIALOG_IN_FLAGSURLASSOCIATIONDIALOG_IN_FLAGS*
*Contents  *Index  *Topic Contents
*Previous Topic: TRANSLATEURL_IN_FLAGS
*Next Topic: Internet Shortcut Structures

URLASSOCIATIONDIALOG_IN_FLAGS

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

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.