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.
Used by IQueryAssociations::GetData to define the type of data that is to be returned.
Syntax
typedef enum {
ASSOCDATA_MSIDESCRIPTOR = 1,
ASSOCDATA_NOACTIVATEHANDLER,
ASSOCDATA_UNUSED1,
ASSOCDATA_HASPERUSERASSOC,
ASSOCDATA_EDITFLAGS,
ASSOCDATA_VALUE,
ASSOCDATA_MAX
} ASSOCDATA;
Constants
ASSOCDATA_MSIDESCRIPTORValue: 1 The component descriptor to pass to the Windows Installer API. |
ASSOCDATA_NOACTIVATEHANDLERAttempts to activate a window are restricted. There is no data associated with this value. |
ASSOCDATA_UNUSED1 |
ASSOCDATA_HASPERUSERASSOCDefaults to user specified association. |
ASSOCDATA_EDITFLAGSInternet Explorer version 6 or later. Gets the data stored in the EditFlags value of a file association PROGID registry key. This value consists of one or more FILETYPEATTRIBUTEFLAGS. Compare against those values to determine which attributes have been set. |
ASSOCDATA_VALUEInternet Explorer version 6 or later. Uses the pwszExtra parameter from the IQueryAssociations::GetData method as the value name. |
ASSOCDATA_MAX |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shlwapi.h |