MIMEASSOCIATIONDIALOG_IN_FLAGSMIMEASSOCIATIONDIALOG_IN_FLAGS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IURL_SETURL_INVOKECOMMAND_FLAGS
*Next Topic: TRANSLATEURL_IN_FLAGS

MIMEASSOCIATIONDIALOG_IN_FLAGS

typedef enum mimeassociationdialog_in_flags{
    MIMEASSOCDLG_FL_REGISTER_ASSOC     = 0x0001
} MIMEASSOCIATIONDIALOG_IN_FLAGS;

The following enumerated value is used with the MIMEAssociationDialog function to determine how it executes.

MIMEASSOCDLG_FL_REGISTER_ASSOC
If this bit is set, the selected application is registered as the handler for the given MIME type. If this bit is clear, no association is registered.

An application is registered only if this flag is set and the user indicates that a persistent association is to be made.


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