@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Callback routine for the GDI32 [EnumObjects] function !!!!C# Definition: private delegate int EnumObjectsProc(IntPtr lpLogObject, IntPtr lParam); !!!!VB Definition: Private Delegate Function EnumObjectsProc(ByVal lpLogObject As IntPtr, ByVal lParam As IntPtr) As Integer !!!!User-Defined Types: None. !!!!Notes: None. Documentation: EnumObjectsProc@msdn on MSDN
Edit Delegates.EnumObj...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.