Skip to content

ElectronBrowserWindow.isWindowMessageHooked method

ElectronBrowserWindow › isWindowMessageHooked

Unofficial

Returns whether the message is hooked (Windows only).

Signature:

isWindowMessageHooked(message: number): boolean

Parameters:

Parameter Type Description
message number The message identifier.

Returns: booleanWhether the message is hooked.