IURL_SETURL_INVOKECOMMAND...     TRANSLATEURL_IN_FLAGS Enu...     Internet Shortcut Enumera...    
Web Workshop (Miscellaneous)

MIMEASSOCIATIONDIALOG_IN_FLAGS Enumerated Type


Provides flags that are used with the MIMEAssociationDialog function to determine how it executes.

Syntax

typedef enum mimeassociationdialog_in_flags{
    MIMEASSOCDLG_FL_REGISTER_ASSOC     = 0x0001
} MIMEASSOCIATIONDIALOG_IN_FLAGS;

Constants

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.

Remarks

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

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Intshcut.h
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.