Function windows::Win32::System::WindowsProgramming::GetVersionFromFileExW
pub unsafe fn GetVersionFromFileExW<P0, P1>(
lpszfilename: P0,
pdwmsver: *mut u32,
pdwlsver: *mut u32,
bversion: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<BOOL>,