Lockresource

[DllImport("Kernel32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.SysInt)]
public static extern IntPtr LockResource(IntPtr hResData
);

Microsoft documentation: Link

Last updated