ASSOCDATA enumeration
Used by IQueryAssociations::GetData to define the type of data that is to be returned.
Syntax
typedef enum { ASSOCDATA_MSIDESCRIPTOR = 1, ASSOCDATA_NOACTIVATEHANDLER, ASSOCDATA_QUERYCLASSSTORE, ASSOCDATA_HASPERUSERASSOC, ASSOCDATA_EDITFLAGS, ASSOCDATA_VALUE } ASSOCDATA;
Constants
- ASSOCDATA_MSIDESCRIPTOR
-
The component descriptor to pass to the Windows Installer API.
- ASSOCDATA_NOACTIVATEHANDLER
-
Attempts to activate a window are restricted. There is no data associated with this value.
- ASSOCDATA_QUERYCLASSSTORE
-
If this value is present, applications should check the Windows 2000 class store.
- ASSOCDATA_HASPERUSERASSOC
-
Defaults to user specified association.
- ASSOCDATA_EDITFLAGS
-
Internet 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_VALUE
-
Internet Explorer version 6 or later. Uses the pwszExtra parameter from the IQueryAssociations::GetData method as the value name.
Requirements
|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012