EnumObjCallback

WORD EnumObjCallback(
  LPVOID lpLogObj, 
  LPSTR lpClientData
 );
 

Enumerates the logical objects requested by the EnumObj function.

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