Пример #1
0
 public static extern void FreePhotoInfo(ref structData.PhotoAlbum palbum, int albumnum);
Пример #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);
Пример #3
0
 public static extern int GetIpodDiskInfo(ref structData.DiskInfo diskinfo);
Пример #4
0
 public static extern int GetCalendarkDataInfo(ref structData.Calendarks pcalendarksinfo);
Пример #5
0
 public static extern int AddCalendarkInfo(ref structData.ZpEvent peventinfo,string pKey);
Пример #6
0
 public static extern int AddNotesInfo(ref structData.Notes pnotesinfo);
Пример #7
0
 public static extern void FreeBookmarkInfo(ref structData.Bookmarks pbookmarksinfo);
Пример #8
0
 public static extern int GetBookInfo(ref structData.bookInfo bookData,ref int bookNum);
Пример #9
0
 public static extern int FreeBookInfo(ref structData.bookInfo bookData);
Пример #10
0
 public static extern int ScanApplication(ref structData.AppListInfo applist,int appNum);
Пример #11
0
 public static extern bool RemoveAds(ref structData.AppListInfo applist,int index);
Пример #12
0
 public static extern int DeletePhotos(int[] deleteId,int count,structData.IPhotoAlbumType albumtype,string albumuuid);
Пример #13
0
 public static extern void FreeFolderPhotoInfo(ref structData.FolderPhotoInfo pinfo);
Пример #14
0
 public static extern int GetImportFolderInfo(string filename,ref structData.FolderPhotoInfo pinfo);
Пример #15
0
 public static extern int GetNotesDataInfo(ref structData.Notes pnotesinfo);
Пример #16
0
 public static extern int GetBackupInfo(ref structData.BackupInfo pbackupinfo,ref int backupinfoNum);
Пример #17
0
 public static extern void FreeNotesInfo(ref structData.Notes pnotesinfo);
Пример #18
0
 public static extern  void FreeBackupInfo(ref structData.BackupInfo pbackupinfo,int backupinfoNum);
Пример #19
0
 public static extern int GetBookmarkDataInfo(ref structData.Bookmarks pbookmarksinfo);
Пример #20
0
 public static extern int FreeSMSInfo(ref structData.ShortMessage pshortmessage);
Пример #21
0
 public static extern int AddBookmarkInfo(ref structData.ZpBookmark bookmarkinfo);
Пример #22
0
 public static extern int GetAddressBookInfo(ref structData.Addressbook paddressbook);
Пример #23
0
 public static extern void FreeCalendarkInfo(ref structData.Calendarks pcalendarksinfo);
Пример #24
0
 public static extern void FreeAddressBookInfo(ref structData.Addressbook paddressbook);
Пример #25
0
 public static extern IntPtr GetPhotoManager(structData.IPhotoShowType showtype = structData.IPhotoShowType.SHOWPHOTO);                
Пример #26
0
 public static extern int AddContactInfo(ref structData.ZpContact pContacts,string ContactKey);
Пример #27
0
 public static extern void FreeDeviceInfo(ref structData.DeviceInfo p);
Пример #28
0
 public static extern int ManagerAddressBookGroup(structData.AddGroup paddgroup,structData.ZpGroup pGroup,int GroupNum,string addressGkey);
Пример #29
0
 public static extern int FmGetDirInfo(ref structData.ListFiles dirinfo,string remotePath);
Пример #30
0
 public static extern void FreePhotoInfo(ref structData.Photos pphotos, int photonum);