Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetDiskFreeSpaceEx

Status
Not open for further replies.

Pyramus

Programmer
Dec 19, 2001
237
GB
Has anyone used this API?

BOOL GetDiskFreeSpaceEx(
LPCTSTR lpDirectoryName,
PULARGE_INTEGER lpFreeBytesAvailableToCaller,
PULARGE_INTEGER lpTotalNumberOfBytes,
PULARGE_INTEGER lpTotalNumberOfFreeBytes
);


I'm rather confused about how I interpret the ULARGE_INTEGER data type- I've tried different things and none give me the answer I want.
 
Use the examples given in msdn they run pretty fine.
except directory name all are out parameters....
Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top