Function ProWindowDeviceFlush
Description
This function forces the flush of pending display commands on the given window. Note: IMPORTANT: Excessive calls to this API will cause major slow down on systems running Vista or Windows 7. It is recommended to call this API only after completing all display operations.
Replacement in Object TOOLKIT: | |
Synopsis
| ProWindowDeviceFlush |
| ( /* (In) Handle to the window to flush to. If this is NULL the function will flush to current window. */ ) |
Returns
| The function successfully flushed pending display commands. |
| A general error occurred and the function failed. |
User Guide References