DIB_EnumObjCallback
WORD DIB_EnumObjCallback(LPVOID lpLogObj, LPSTR lpClientData)
Callback function supplied by the minidriver that processes pens and brushes enumerated by DIB_EnumObjExt.
- Return zero to stop the enumeration; return non-zero to continue the enumeration.
- lpLogObj
- Address of a LPEN or LBRUSH structure, depending on the wStyle parameter of the DIB_EnumObjExt function.
- lpClientData
- Address of the user-supplied data passed to DIB_EnumObjExt.
See Also
DIB_EnumObjExt