Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The function prototypes for MessageBeep and MessageBox, in the DLL_USER32 prototype record in the SYSPROCS table, are as follows:

 

Code Block
INT STDCALL MessageBeep(UINT)
INT STDCALL MessageBoxA(HANDLE,LPCHAR,LPCHAR,UINT) AS MessageBox

...