ADOCE filter DeviceToDesktop

  • Thread starter Thread starter -zir-
  • Start date Start date
Z

-zir-

Hi,
Any one tried to use DEVICETODESKTOP of adocefltr.dll? This thing is just
not working. Where am I going wrong?

[DllImport(@"c:\Program Files\Microsoft ActiveSync\adofiltr.dll")]

public static extern long DESKTOPTODEVICE(string desktoplocn, string
tablelist, bool sync, int overwrite, string devicelocn);

[DllImport(@"c:\Program Files\Microsoft ActiveSync\adofiltr.dll")]

public static extern long DEVICETODESKTOP(string desktoplocn, string
tablelist, bool sync, int overwrite, string devicelocn);
 
Interesting... I found that it works when the cdb file is present in the
device, does that mean I can't use this func to copy db for the first time
to the device?
 
Back
Top