selectobject (coredll)
Last changed: BK-66.46.213.4

.
Summary
TODO - a short description
WARNING
This is not the REAL SelectObject. This signature uses the wrong dll. Search for the one with [DllImport("gdi32.dll" ....

C# Signature:

[DllImport ("coredll.dll", EntryPoint="SelectObject", SetLastError=true)]
private static extern IntPtr SelectObjectCE(IntPtr hdc, IntPtr hgdiobj);

VB Signature:

Declare Function SelectObject Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation