FreeResource

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

Microsoft documentation: Linkarrow-up-right

Last updated