WaitOnCommandHandler (Windows Embedded CE 6.0)
1/6/2010
This function will block until the asynchronous command handler is completed.
If you pass COMMANDHANDLER_ASYNC to StartCommandHandler you can use this function to block until all commands have been sent to your callback function.
Syntax
RTFSUPP_API HRESULT WaitOnCommandHandler();
Parameters
None
Return Value
S_OK indicates success.
See Also
Reference
Remote Tools Framework Functions
Remote Tools Framework Reference