The EnumObjects function enumerates the pens or brushes available for the specified device context. This function calls the application-defined callback function once for each available object, supplying data describing that object. EnumObjects continues calling the callback function until the callback function returns zero or until all of the objects have been enumerated.
int EnumObjects(
HDC hdc, |
// handle to device context |
int nObjectType, |
// object-type identifier |
GOBJENUMPROC lpObjectFunc, |
// pointer to callback function |
LPARAM lParam |
// pointer to application-supplied data |
); |
The return value specifies the last value returned by the callback function. Its meaning is user-defined. The return value is -1 if there are too many objects to enumerate. In this case, the callback function is not called.
file: /Techref/os/win/api/win32/func/src/f20_17.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 08:18,
18.225.254.33:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f20_17.htm"> EnumObjects</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.