windows::Win32::System::HostComputeSystem

Function HcsCreateComputeSystem

pub unsafe fn HcsCreateComputeSystem<P0, P1>(
    id: P0,
    configuration: P1,
    operation: HCS_OPERATION,
    securitydescriptor: Option<*const SECURITY_DESCRIPTOR>,
) -> Result<HCS_SYSTEM>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,