Function GetRequestedRuntimeInfo
pub unsafe fn GetRequestedRuntimeInfo<P0, P1, P2>(
pexe: P0,
pwszversion: P1,
pconfigurationfile: P2,
startupflags: u32,
runtimeinfoflags: u32,
pdirectory: Option<&mut [u16]>,
dwdirectorylength: Option<*mut u32>,
pversion: Option<&mut [u16]>,
dwlength: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,