Function windows::Win32::System::HostComputeSystem::HcsGetProcessProperties
pub unsafe fn HcsGetProcessProperties<P0, P1, P2>(
process: P0,
operation: P1,
propertyquery: P2,
) -> Result<()>where
P0: Param<HCS_PROCESS>,
P1: Param<HCS_OPERATION>,
P2: Param<PCWSTR>,