Example #1
0
 public static extern void FreePhotoInfo(ref structData.PhotoAlbum palbum, int albumnum);
Example #2
0
 //获取设备基本信息
 //virtual bool GetDeviceInfo(DeviceInfo *&DI) = 0;
 //[DllImport("iany.dll", EntryPoint = "GetDeviceInfo", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl)]
 public static extern bool GetDeviceInfo(ref structData.DeviceInfo DI);
Example #3
0
 public static extern int GetIpodDiskInfo(ref structData.DiskInfo diskinfo);
Example #4
0
 public static extern int GetCalendarkDataInfo(ref structData.Calendarks pcalendarksinfo);
Example #5
0
 public static extern int AddCalendarkInfo(ref structData.ZpEvent peventinfo,string pKey);
Example #6
0
 public static extern int AddNotesInfo(ref structData.Notes pnotesinfo);
Example #7
0
 public static extern void FreeBookmarkInfo(ref structData.Bookmarks pbookmarksinfo);
Example #8
0
 public static extern int GetBookInfo(ref structData.bookInfo bookData,ref int bookNum);
Example #9
0
 public static extern int FreeBookInfo(ref structData.bookInfo bookData);
Example #10
0
 public static extern int ScanApplication(ref structData.AppListInfo applist,int appNum);
Example #11
0
 public static extern bool RemoveAds(ref structData.AppListInfo applist,int index);
Example #12
0
 public static extern int DeletePhotos(int[] deleteId,int count,structData.IPhotoAlbumType albumtype,string albumuuid);
Example #13
0
 public static extern void FreeFolderPhotoInfo(ref structData.FolderPhotoInfo pinfo);
Example #14
0
 public static extern int GetImportFolderInfo(string filename,ref structData.FolderPhotoInfo pinfo);
Example #15
0
 public static extern int GetNotesDataInfo(ref structData.Notes pnotesinfo);
Example #16
0
 public static extern int GetBackupInfo(ref structData.BackupInfo pbackupinfo,ref int backupinfoNum);
Example #17
0
 public static extern void FreeNotesInfo(ref structData.Notes pnotesinfo);
Example #18
0
 public static extern  void FreeBackupInfo(ref structData.BackupInfo pbackupinfo,int backupinfoNum);
Example #19
0
 public static extern int GetBookmarkDataInfo(ref structData.Bookmarks pbookmarksinfo);
Example #20
0
 public static extern int FreeSMSInfo(ref structData.ShortMessage pshortmessage);
Example #21
0
 public static extern int AddBookmarkInfo(ref structData.ZpBookmark bookmarkinfo);
Example #22
0
 public static extern int GetAddressBookInfo(ref structData.Addressbook paddressbook);
Example #23
0
 public static extern void FreeCalendarkInfo(ref structData.Calendarks pcalendarksinfo);
Example #24
0
 public static extern void FreeAddressBookInfo(ref structData.Addressbook paddressbook);
Example #25
0
 public static extern IntPtr GetPhotoManager(structData.IPhotoShowType showtype = structData.IPhotoShowType.SHOWPHOTO);                
Example #26
0
 public static extern int AddContactInfo(ref structData.ZpContact pContacts,string ContactKey);
Example #27
0
 public static extern void FreeDeviceInfo(ref structData.DeviceInfo p);
Example #28
0
 public static extern int ManagerAddressBookGroup(structData.AddGroup paddgroup,structData.ZpGroup pGroup,int GroupNum,string addressGkey);
Example #29
0
 public static extern int FmGetDirInfo(ref structData.ListFiles dirinfo,string remotePath);
Example #30
0
 public static extern void FreePhotoInfo(ref structData.Photos pphotos, int photonum);