IRemoteToolServer::ConfigureDevices (Compact 2013)
3/26/2014
Opens the Remote Tools Framework device configuration dialog when called.
Syntax
HRESULT ConfigureDevices([in] DWORD_PTR hwndParent)
Parameters
hwndParent
The window to set as the parent of the modal configuration dialog.If you do not want to associate the modal configuration dialog with your application, set to NULL.
Return Value
E_INVALIDARG if hwndParent is invalid and not NULL.
E_OUTOFMEMORY if the desktop system is in low memory condition.
S_OK if success.