Uses of Class
com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.ByReference

Packages that use WinNT.LARGE_INTEGER.ByReference
com.sun.jna.platform.win32   
 

Uses of WinNT.LARGE_INTEGER.ByReference in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinNT.LARGE_INTEGER.ByReference
 boolean Kernel32.GetDiskFreeSpaceEx(java.lang.String lpDirectoryName, WinNT.LARGE_INTEGER.ByReference lpFreeBytesAvailable, WinNT.LARGE_INTEGER.ByReference lpTotalNumberOfBytes, WinNT.LARGE_INTEGER.ByReference lpTotalNumberOfFreeBytes)
          The GetDiskFreeSpaceEx function retrieves information about the amount of space that is available on a disk volume, which is the total amount of space, the total amount of free space, and the total amount of free space available to the user that is associated with the calling thread.