pub unsafe fn GetCompressedFileSizeTransactedW<'a, Param0, Param2>(
    lpfilename: Param0,
    lpfilesizehigh: *mut u32,
    htransaction: Param2
) -> u32 where
    Param0: IntoParam<'a, PCWSTR>,
    Param2: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’