1

CeRapiInit() does not return until a device is connected and initialization is complete (synchronous). CeRapiInitEx() does, but requires a callback event handler (asynchronous). All I want is a "connecting to device" dialog with a cancel button. Which is the better approach? Any code sample out there?

cdonner
  • 37,019
  • 22
  • 105
  • 153

1 Answers1

0

Found it :-)

http://support.microsoft.com/kb/831883

cdonner
  • 37,019
  • 22
  • 105
  • 153