Re: Where is CeGetVolumeInfo?
From: Peter K. (PeterK_at_discussions.microsoft.com)
Date: 02/01/05
- Next message: Yu: "Re: Display driver in WinCE 5.0"
- Previous message: Johns: "Unloading the application"
- In reply to: K. S. Huang: "Re: Where is CeGetVolumeInfo?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 02:47:01 -0800
Got it ....
1) CeGetVolumeInfo is not included in Storeapi.lib. It is in coredll.lib.
2) I think the following lines in storemgr.h are not correct:
WINBASEAPI
BOOL
CeGetVolumeInfoW(
IN LPCWSTR pszRootPath,
IN CE_VOLUME_INFO_LEVEL InfoLevel,
OUT LPCE_VOLUME_INFO lpVolumeInfo
);
#define CeGetVolumeInfo CeGetVolumeInfoW
Because there is no wide character version of CeGetVolumeInfoW function in
coredll.lib. Only a CeGetVolumeInfo function is present
3) The extern "C" command is missing for CeGetVolumeInfo(W) in storemgr.h
Regards Peter
- Next message: Yu: "Re: Display driver in WinCE 5.0"
- Previous message: Johns: "Unloading the application"
- In reply to: K. S. Huang: "Re: Where is CeGetVolumeInfo?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|