userGetSyncLogs( )

Retrieves the synchronization logs for a user.

Pseudocode
userGetSyncLogs(
  unsigned int userId,
  unsigned int count
);
Parameters
  • userId   The unique user ID.

  • count   The number of times the user has synchronized a device.

Returns
The information in a SyncLogArray array.
Remarks

INTERNAL – In future releases, may not be backward compatible or may not be supported at all.