Lockresource

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

Microsoft documentation: Linkarrow-up-right

Last updated