QUERYCONTEXT

The QUERYCONTEXT structure is used in the IClassAccess::GetClassInfo method to specify the query attributes used to obtain package information from a class store.

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

Members

dwContext
Specifies flags from the CLSCTX enumeration, indicating the class context for returning package information.
Platform
Specifies a CSPLATFORM structure, indicating the platform for returning package information.
Locale
Indicates locale identifier for returning package information.
dwVersionHi, dwVersionLo
Specifies the package version number for returning package information.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in wtypes.h.

See Also

IClassAccess_GetClassInfo