void DIB_BeginAccess(LPDEVICE lpDevice, WORD Left, WORD Top, WORD Right,
WORD Bottom, WORD Flags);
Grants direct access to the frame buffer or excludes the cursor from the given rectangle.
| FB_ACCESS | Grant direct access to the framebuffer. |
| CURSOREXCLUDE | Exclude the cursor (if a software cursor) from the given rectangle. |
The ordinal value for this function is 105.
DIB_EndAccess