QUERYCONTEXT structure

Contains a list of attributes used to look up a class implementation.

Syntax


typedef struct tagQUERYCONTEXT {
  DWORD      dwContext;
  CSPLATFORM Platform;
  LCID       Locale;
  DWORD      dwVersionHi;
  DWORD      dwVersionLo;
} QUERYCONTEXT;

Members

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.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

WTypes.h

See also

CLSCTX
CoInstall

 

 

Show: