|
|
От: |
Andrew S
|
http://alchemy-lab.com |
| Дата: | 12.01.03 17:42 | ||
| Оценка: | |||
IDirectDraw::WaitForVerticalBlank
The WaitForVerticalBlank method is used to help the caller synchronize itself with the vertical blank interval. Depending on the option set with dwFlags, WaitForVerticalBlank will 1) block until blank begins, 2) block until blank ends, or 3) trigger an event when the blank interval begins.
Syntax
HRESULT WaitForVerticalBlank(
DWORD dwFlags,
HANDLE hEvent
);