Struct windows_sys::Win32::UI::Shell::PropertiesSystem::PROPPRG
[−]#[repr(C, packed(1))]pub struct PROPPRG {
pub flPrg: u16,
pub flPrgInit: u16,
pub achTitle: [CHAR; 30],
pub achCmdLine: [CHAR; 128],
pub achWorkDir: [CHAR; 64],
pub wHotKey: u16,
pub achIconFile: [CHAR; 80],
pub wIconIndex: u16,
pub dwEnhModeFlags: u32,
pub dwRealModeFlags: u32,
pub achOtherFile: [CHAR; 80],
pub achPIFFile: [CHAR; 260],
}
Expand description
Required features: "Win32_UI_Shell_PropertiesSystem"
, "Win32_Foundation"
Fields
flPrg: u16
flPrgInit: u16
achTitle: [CHAR; 30]
achCmdLine: [CHAR; 128]
achWorkDir: [CHAR; 64]
wHotKey: u16
achIconFile: [CHAR; 80]
wIconIndex: u16
dwEnhModeFlags: u32
dwRealModeFlags: u32
achOtherFile: [CHAR; 80]
achPIFFile: [CHAR; 260]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PROPPRG
impl Send for PROPPRG
impl Sync for PROPPRG
impl Unpin for PROPPRG
impl UnwindSafe for PROPPRG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more