uds_account_data_destroy()

Delete a handle for account data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_account_data_destroy(uds_account_data_t *inst)

Since:

BlackBerry 10.2.0

Arguments:

inst

The handle for account data that you want to delete.

Library:

libunifieddatasourcec (For the qcc command, use the -l unifieddatasourcec option to link against this library)

Description:

This function deletes the specified handle for account data that you created by calling uds_account_data_create().

Returns: