EnumObjCallback
WORD EnumObjCallback(
LPVOID lpLogObj,
LPSTR lpClientData
);
Enumerates the logical objects requested by the EnumObj function.
- Returns a nonzero value to continue enumeration; to stop enumeration, it must return zero.
- lpLogObj
- Address of a LOGPEN or LOGBRUSH structure, depending on the wStyle parameter.
- lpClientData
- Address of the user-supplied data passed to EnumObj.
See Also
LOGBRUSH, LOGPEN