WORD DIB_EnumObjCallback(LPVOID lpLogObj, LPSTR lpClientData)
Callback function supplied by the minidriver that processes pens and brushes enumerated by DIB_EnumObjExt.
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