예제 #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);