Error 120 calling MessageBeep?

  • Thread starter Thread starter Craig Setera
  • Start date Start date
C

Craig Setera

I'm trying to call the MessageBeep function via P/Invoke from CF 1.0.
I'm getting back a 120 (decimal) error from GetLastError when making the
call and the FormatMessage call isn't giving me any more information.
Does anyone know what that error message means? This is on top of the
Smartphone 2003 SE Emulator at the moment.

Thanks,
Craig
 
In Visual Studio, go to the menu Tools->Error Lookup and enter the error
code.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top