Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of association for an application. Used by methods of the IApplicationAssociationRegistration interface.
Syntax
typedef enum ASSOCIATIONTYPE {
AT_FILEEXTENSION = 0,
AT_URLPROTOCOL,
AT_STARTMENUCLIENT,
AT_MIMETYPE
} ;
Constants
AT_FILEEXTENSIONValue: 0 Indicates a file name extension, such as .htm or .mp3. |
AT_URLPROTOCOLIndicates a protocol, such as http or mailto. |
AT_STARTMENUCLIENTIndicates the owner of the startmenu client for a mail or Internet hyperlink. As of Windows 7, this value is used only for the MAPI sendmail client. |
AT_MIMETYPEIndicates the MIME type, such as audio/mp3. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |