#[repr(C)]pub struct ShellCommandInfo {
pub pwszOperation: PWSTR,
pub pwszFile: PWSTR,
pub pwszParameters: PWSTR,
pub pwszDirectory: PWSTR,
pub nShowCmd: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_NetworkDiagnosticsFramework’, ‘Win32_Foundation’
Fields
pwszOperation: PWSTRpwszFile: PWSTRpwszParameters: PWSTRpwszDirectory: PWSTRnShowCmd: u32