WORD DIB_Enable (LPVOID lpDevInfo, WORD wAction, LPSTR lpDestDevType,
LPSTR lpOutputFile, LPVOID lpData)
Enables the DIB engine and initializes the dpCurves through dpStyleLen members of a GDIINFO structure. The minidriver must call this function when initializing the members of the GDIINFO structure. This function must be called before CreateDIBPDevice.
Value | Meaning |
---|---|
0x0001 | Initialize the dpCurves through dpStyleLen members of the GDIINFO structure pointed to by lpDevInfo. |
0x8001 | Same as 0x0001. The high bit is set if an application has requested an information context. |
The export ordinal for this function is 5.
Because the DIB engine support features in addition to those supported by the display minidriver, the DIB engine may set bits in the GDIINFO structure other than were set by the minidriver. In such cases, the display minidriver must leave those bits set.