Tagged Questions
2
votes
1answer
36 views
Find/Copy All Files in a directory via RAPI on WinCE
I'd like to copy all files in a directory from my windows mobile device to PC.
There's no API for that. Also there is no API to list all files in a directory of embedded device.
I think I can list ...
1
vote
1answer
413 views
IRAPIStream COM Interface in .NET
I'm trying to use the OpenNETCF RAPI class to interact with a windows mobile device using the RAPI.Invoke() method.
According to the following article:
...
0
votes
3answers
187 views
Get the number of Pocket PC devices connected to my PC
Hii...
I want to find out the number of Pocket PC devices(In my Case they are RFID reader's).Is there any way to do thi using RAPI in C#.net?can you please help me out....
0
votes
1answer
155 views
CeGetSystemInfo doesn't fill the struct passed by reference
I'm trying to get information about a Windows Mobile device from a desktop application (written in C#).
I searched the MSDN and found that the function I need is in rapi.dll:
VOID CeGetSystemInfo ...