Expand Minimize
This topic has not yet been rated - Rate this topic

MIMEASSOCIATIONDIALOG_IN_FLAGS enumeration

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.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Intshcut.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.