Closed
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Electron Version
12.0.1
What operating system are you using?
Windows
Operating System Version
10
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
BrowserWindow::hookWindowMessage
's callback parameter should have the lParam and wParam parameters:
hookWindowMessage(message: number, callback: (lParam: Buffer, wParam: Buffer) => void): void;
Actual Behavior
callback is () => void
Testcase Gist URL
No response
continuation of this closed issue