The GdiGetBatchLimit function returns the maximum number of function calls that can be accumulated in the calling thread’s current batch. The system flushes the current batch whenever this limit is exceeded.
DWORD GdiGetBatchLimit(VOID)
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. To get extended error information, call GetLastError.
The batch limit is set by using the GdiSetBatchLimit function. Setting the limit to 1 effectively disables batching.
Only GDI drawing functions that return Boolean values can be batched; calls to any other GDI functions immediately flush the current batch. Exceeding the batch limit or calling the GdiFlush function also flushes the current batch.
When the system batches a function call, the function returns TRUE. The actual return value for the function is reported only if GdiFlush is used to flush the batch.
Note that the batch limit is maintained for each thread separately. In order to completely disable batching, call GdiSetBatchLimit(1) during the initialization of each thread.
file: /Techref/os/win/api/win32/func/src/f26_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 01:21,
3.135.193.105:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/os/win/api/win32/func/src/f26_14.htm"> GdiGetBatchLimit</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.