| 
Overview | 
 | 
 | 
 | 
Group | 
 | 
 | 
 | 
Quick Info 
 Windows NT
  | Yes
  |  Win95
  | Yes
  |  Win32s
  | Yes
  |  Import Library
  | user-defined
  |  Header File
  | wingdi.h
  |  Unicode
  | No
  |  Platform Notes
  | GOBJENUMPROC
  |   
 | 
 | 
 
EnumObjectsProc
The 
EnumObjectsProc function is an application-defined callback function that processes object
data supplied by the 
EnumObjects function. 
VOID CALLBACK EnumObjectsProc(
    LPVOID lpLogObject,
  | // pointer to graphic-object structure 
  | 
    LPARAM lpData 
  | // pointer to application-defined data 
  | 
   );
  | 
  | 
 
Parameters
lpLogObject
Points to a 
LOGPEN or 
LOGBRUSH structure describing the attributes of the object. 
lpData
Points to the application-defined data passed by the 
EnumObjects function. 
 
Return Values
This function does not return a value. 
Remarks
An application must register this function by passing its address to the 
EnumObjects function. 
EnumObjectsProc is a placeholder for the application-defined function name. 
See Also
EnumObjects, 
GlobalAlloc, 
GlobalLock, 
LOGPEN, 
LOGBRUSH
			
				- Software for developers
				
 - 
				Delphi Components
				.Net Components
				Software for Android Developers
				 - More information resources
				
 - 
				MegaDetailed.Net
				Unix Manual Pages
				Delphi Examples