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/7 19:52,
18.189.192.220:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f26_14.htm"> GdiGetBatchLimit</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.