FreeDDElParam

[DllImport("user32.dll", SetLastError = true)]
public static extern bool FreeDDElParam(
   uint msg,
   IntPtr lParam
);

Microsoft documentation: Link

Last updated