void DIB_EndAccess(LPDEVICE lpDevice, WORD Flags);
Ends direct access to the frame buffer or removes the exclusion rectangle for the cursor.
lpDevice
Address of the PDEVICE structure.
Flags
Can be one of these values:
FB_ACCESS | Ends direct access to the frame buffer. |
CURSOREXCLUDE | Releases the cursor exclusion rectangle previously set by DIB_BeginAccess. |
The ordinal value for this function is 106.
See also DIB_BeginAccess