Function PxeProviderRegister
pub unsafe fn PxeProviderRegister<P0, P1>(
pszprovidername: P0,
pszmodulepath: P1,
index: u32,
biscritical: bool,
phproviderkey: Option<*mut HKEY>,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,