|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmPhonebook.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| enum SWI_TYPE_Phonebook | ePhoneBookType |
| swi_uint32 | nID |
| enum SWI_TYPE_PHONEBOOK_Result | eResultCode |
This structure contains information used to delete a phonebook entry.
| enum SWI_TYPE_Phonebook SWI_STRUCT_PHONEBK_DeleteEntry::ePhoneBookType |
Phonebook to delete from.
| enum SWI_TYPE_PHONEBOOK_Result SWI_STRUCT_PHONEBK_DeleteEntry::eResultCode |
Result of delete operation. This value is returned after calling SwiDeletePhonebookEntry.
| swi_uint32 SWI_STRUCT_PHONEBK_DeleteEntry::nID |
Entry ID to be deleted.
| swi_uint32 SWI_STRUCT_PHONEBK_DeleteEntry::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.