[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)] public static extern int HashData( IntPtr pbData, uint cbData, IntPtr pbHash, uint cbHash );
Microsoft documentation: Link
Last updated 1 year ago