示例#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);