CreateIC (gdi32)
Last changed: -155.104.37.17

.
Summary
The CreateIC function creates an information context for the specified device. The information context provides a fast way to get information about the device without creating a device context (DC). However, GDI drawing functions cannot accept a handle to an information context.

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr CreateIC(string lpszDriver, string lpszDevice,
   string lpszOutput, IntPtr lpdvmInit);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CreateIC on MSDN