コード例 #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);