Get free disk space of PDA from PC via RAPI
-
Does anybody know, how to get the free disk space using RAPI, even in case of storage cards. CeGlobalMemoryStatus does not provide enough information. I'm out of ideas. With best regards Klaus Langelüddeke
I think you'll have to write a DLL for the device which calls
GetDiskFreeSpaceEx
, and invoke it from the desktop withCeRapiInvoke
. The Pocket PC 2002 SDK includes a sample called CeInvoke, typically located atC:\Windows CE Tools\wce300\Pocket PC 2002\samples\win32\Ceinvoke
. -
I think you'll have to write a DLL for the device which calls
GetDiskFreeSpaceEx
, and invoke it from the desktop withCeRapiInvoke
. The Pocket PC 2002 SDK includes a sample called CeInvoke, typically located atC:\Windows CE Tools\wce300\Pocket PC 2002\samples\win32\Ceinvoke
.