GetStoreInformation (Compact 2013)

3/26/2014

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

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

See Also

Reference

File I/O Functions

Other Resources

STORE_INFORMATION