Struct winapi::shared::wtypes::QUERYCONTEXT   [−][src]
#[repr(C)]pub struct QUERYCONTEXT {
    pub dwContext: DWORD,
    pub Platform: CSPLATFORM,
    pub Locale: LCID,
    pub dwVersionHi: DWORD,
    pub dwVersionLo: DWORD,
}Fields
dwContext: DWORDPlatform: CSPLATFORMLocale: LCIDdwVersionHi: DWORDdwVersionLo: DWORDTrait Implementations
Returns the “default value” for a type. Read more