GetStoreInformation

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function fills in a STORE_INFORMATION structure with information on storage size, including the amount of free space available.

A Remote API version of this function exists called CeGetStoreInformation (RAPI).

Note

This function is obsolete and should no longer be used. Use GetDiskFreeSpaceEx instead.

Syntax

BOOL GetStoreInformation( 
  LPSTORE_INFORMATION lpsi 
);

Parameters

  • lpsi
    [out] Pointer to the STORE_INFORMATION structure to be filled in by this function.

Return Value

TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError.

Remarks

The system reserves that last 44 KB for high-priority system operations. This function always reports 44 KB of storage memory less than what is really available.

Requirements

Header winbase.h
Library coredll.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

File I/O Functions

Other Resources

STORE_INFORMATION