QUERYCONTEXT structure (wtypes.h)
Contains a list of attributes used to look up a class implementation.
typedef struct tagQUERYCONTEXT {
DWORD dwContext;
CSPLATFORM Platform;
LCID Locale;
DWORD dwVersionHi;
DWORD dwVersionLo;
} QUERYCONTEXT;
dwContext
The execution context.
Platform
The operating system platform and processor architecture. For more information, see CSPLATFORM.
Locale
The locale identifier. For more information, see Language Identifier Constants and Strings.
dwVersionHi
The high version number.
dwVersionLo
The low version number.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wtypes.h |