Initiate a SmartConnect session. The source device IDs array contains a list of controller devices to be assigned during this session. The LocalDevice_SCT_RequestControllerList function can be used to continue the SmartConnect process.
- Parameters
-
[in] | hLocalDevice | Handle to the notified local device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | wSessionID | the SmartConnect session ID |
[in] | wArraySize | source devices array size. Use the LocalDevice_SCT_Started_GetDeviceID function to access DeviceIDs |
[in] | fTruncated | Indicate that the DeviceID array has been truncated due to a too small buffer (CLMSG_MESSAGESIZE) |
- Warning
- The LocalDevice_SCT_Started_GetDeviceID function can access DeviceIDs only during the notification.