Struct winapi::um::winnt::MESSAGE_RESOURCE_BLOCK [−][src]
#[repr(C)]pub struct MESSAGE_RESOURCE_BLOCK {
pub LowId: DWORD,
pub HighId: DWORD,
pub OffsetToEntries: DWORD,
}Fields
LowId: DWORDHighId: DWORDOffsetToEntries: DWORDTrait Implementations
Returns the “default value” for a type. Read more