Struct windows_sys::Win32::System::Ioctl::PATHNAME_BUFFER
#[repr(C)]pub struct PATHNAME_BUFFER {
pub PathNameLength: u32,
pub Name: [u16; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§PathNameLength: u32§Name: [u16; 1]