Share via


IRAPISession::CeGetDiskFreeSpaceEx

Send Feedback

This method retrieves the amount of space on a disk volume on a remote Microsoft® Windows® CE–based device.

int CeGetDiskFreeSpaceEx( 
  LPCTSTR _lpDirectoryName,, 
  PULARGE_INTEGER lpFreeBytesAvailable,, 
  PULARGE_INTEGER lpTotalNumberOfBytes,, 
  PULARGE_INTEGER lpTotalNumberOfFreeBytes
);

Parameters

  • lpDirectoryName
    [in] A pointer to a null-terminated string that specifies a directory on a disk.
  • lpFreeBytesAvailable
    [out] A pointer to a variable that receives the total number of free bytes on a disk that are available to the user who is associated with the calling thread.
  • lpTotalNumberOfBytes
    [in] A pointer to a variable that receives the total number of bytes on a disk that are available to the user who is associated with the calling thread.
  • lpTotalNumberOfFreeBytes
    [in] A pointer to a variable that receives the total number of free bytes on a disk.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

IRAPISession::IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.