#[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"
Fields§
§pwszOperation: PWSTR
§pwszFile: PWSTR
§pwszParameters: PWSTR
§pwszDirectory: PWSTR
§nShowCmd: u32