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: DWORD
Platform: CSPLATFORM
Locale: LCID
dwVersionHi: DWORD
dwVersionLo: DWORD
Trait Implementations
Returns the “default value” for a type. Read more