_WinAPI_RegisterWindowMessage
Defines a new window message that is guaranteed to be unique throughout the system
#include <WinAPI.au3>
_WinAPI_RegisterWindowMessage($sMessage)
Параметры
$sMessage | String that specifies the message to be registered |
Возвращаемое значение
Успех: | A message identifier in the range 0xC000 through 0xFFFF |
Ошибка: | Возвращает 0 |
Примечания
The RegisterWindowMessage function is used to register messages for communicating between two cooperatingСм. также
Искать RegisterWindowMessage в библиотеке MSDN