FreeResource

[DllImport("kernel32.dll", SetLastError = true)]
public static extern IntPtr FreeResource(
   IntPtr hResData
);

Microsoft documentation: Link

Last updated