Описание ключевого слова
$tagNMDATETIMEKEYDOWN
Carries information used to describe and handle a $DTN_WMKEYDOWN notification message
Global Const $tagNMDATETIMEKEYDOWN = $tagNMHDR & ";int VirtKey;ptr Format;short Year;short Month;short DOW;" & _
"short Day;short Hour;short Minute;short Second;short MSecond"
Параметры
| $tagNMHDR | Структура $tagNMHDR, содержащая информацию об уведомительном сообщении |
| VirtKey |
Виртуальный код клавиши that represents the key that the user pressed |
| Format |
Pointer to a null terminated string that defines the control callback field. The string comprises one or more "X" characters. |
| Year |
Год |
| Month |
Месяц |
| DOW |
День недели |
| Day |
День |
| Hour |
Час |
| Minute |
Минута |
| Second |
Секунда |
| MSecond |
Миллисекунды |