Skip to main content

GetFileVersionInfoW

Function GetFileVersionInfoW 

Source
pub unsafe fn GetFileVersionInfoW<P0>(
    lptstrfilename: P0,
    dwhandle: Option<u32>,
    dwlen: u32,
    lpdata: *mut c_void,
) -> Result<(), Error>
where P0: Param<PCWSTR>,