#[repr(C)]
pub union STRRET_0 {
pub pOleStr: PWSTR,
pub uOffset: u32,
pub cStr: [u8; 260],
}Expand description
Required features: "Win32_UI_Shell_Common"
Fields§
§pOleStr: PWSTR§uOffset: u32§cStr: [u8; 260]#[repr(C)]
pub union STRRET_0 {
pub pOleStr: PWSTR,
pub uOffset: u32,
pub cStr: [u8; 260],
}Required features: "Win32_UI_Shell_Common"
pOleStr: PWSTR§uOffset: u32§cStr: [u8; 260]