GetObject (coredll)
Last changed: anonymous

.
Summary
This function obtains information about a specified graphics object.

C# Signature:

[DllImport("coredll", EntryPoint="GetObject", SetLastError=true)]
extern static public int GetObject(IntPtr hObj, int cb, byte[] objdata);

VB Signature:

Declare Function GetObject 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
GetObject on MSDN