#[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: PCWSTR,
pub variableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET,
}Expand description
Required features: "Win32_System_RemoteManagement"
Fields§
§inputStreamSet: *mut WSMAN_STREAM_ID_SET§outputStreamSet: *mut WSMAN_STREAM_ID_SET§idleTimeoutMs: u32§workingDirectory: PCWSTR§variableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET