Re: Where is CeGetVolumeInfo?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Peter K. (PeterK_at_discussions.microsoft.com)
Date: 02/01/05


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



Relevant Pages

  • Re: Where is CeGetVolumeInfo?
    ... Which version of Windows CE do you use?? ... > CeGetVolumeInfo. ... > Why is CeGetVolumeInfo missing? ... > Regards Peter ...
    (microsoft.public.windowsce.platbuilder)
  • Where is CeGetVolumeInfo?
    ... I would like to use the function CeGetVolumeInfo. ... As mentioned in MSDN I have ... CeGetVolumeInfo. ... Regards Peter ...
    (microsoft.public.windowsce.platbuilder)