https://hotkeyit.github.io/v2/docs/StructTypes.htm
https://hotkeyit.github.io/v2/docs/commands/WinApi.htm
Eg.
Code: Select all
MessageBox(HWND 0, LPCTSTR "Description", LPCTSTR "Title", UINT 0)
Code: Select all
MessageBox(HWND 0, LPCTSTR "Description", LPCTSTR "Title", UINT 0)
Code: Select all
MessageBox(0, "Description", "Title", 0) ; same thing
Code: Select all
MessageBox( 0, "Description", "Title", 0) ;HWND, LPCTSTR, LPCTSTR, UINT
Users browsing this forum: No registered users and 10 guests