Group: Painting and Drawing - Library: gdi32
Returns the maximum number of function calls that can be accumulated in the calling thread's current batch.
DWORD GdiGetBatchLimit(VOID);
DECLARE LONG GdiGetBatchLimit IN gdi32
This function has no parameters.
If the function succeeds, the return value is the batch limit. If the function fails, the return value is zero.
The batch limit is set by using the GdiSetBatchLimit function. Setting the limit to 1 effectively disables batching.
See also: GdiSetBatchLimit, GdiFlush.