#[repr(C)]pub struct WSMAN_SHELL_STARTUP_INFO_V10 {
pub inputStreamSet: *mut WSMAN_STREAM_ID_SET,
pub outputStreamSet: *mut WSMAN_STREAM_ID_SET,
pub idleTimeoutMs: u32,
pub workingDirectory: PWSTR,
pub variableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET,
}Expand description
Required features: ‘Win32_System_RemoteManagement’, ‘Win32_Foundation’
Fields
inputStreamSet: *mut WSMAN_STREAM_ID_SEToutputStreamSet: *mut WSMAN_STREAM_ID_SETidleTimeoutMs: u32workingDirectory: PWSTRvariableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET