Struct winapi::um::winnt::RESOURCEMANAGER_BASIC_INFORMATION [−][src]
#[repr(C)]pub struct RESOURCEMANAGER_BASIC_INFORMATION {
pub ResourceManagerId: GUID,
pub DescriptionLength: DWORD,
pub Description: [WCHAR; 1],
}
Fields
ResourceManagerId: GUID
DescriptionLength: DWORD
Description: [WCHAR; 1]
Trait Implementations
Returns the “default value” for a type. Read more