Struct windows_sys::Win32::UI::Shell::PropertiesSystem::PROPPRG
#[repr(C, packed(1))]pub struct PROPPRG {
pub flPrg: u16,
pub flPrgInit: u16,
pub achTitle: [u8; 30],
pub achCmdLine: [u8; 128],
pub achWorkDir: [u8; 64],
pub wHotKey: u16,
pub achIconFile: [u8; 80],
pub wIconIndex: u16,
pub dwEnhModeFlags: u32,
pub dwRealModeFlags: u32,
pub achOtherFile: [u8; 80],
pub achPIFFile: [u8; 260],
}Expand description
Required features: "Win32_UI_Shell_PropertiesSystem"
Fields§
§flPrg: u16§flPrgInit: u16§achTitle: [u8; 30]§achCmdLine: [u8; 128]§achWorkDir: [u8; 64]§wHotKey: u16§achIconFile: [u8; 80]§wIconIndex: u16§dwEnhModeFlags: u32§dwRealModeFlags: u32§achOtherFile: [u8; 80]§achPIFFile: [u8; 260]