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]