Uses of Class
com.sun.jna.platform.win32.WinDef.DWORDLONG

Packages that use WinDef.DWORDLONG
com.sun.jna.platform.win32   
 

Uses of WinDef.DWORDLONG in com.sun.jna.platform.win32
 

Fields in com.sun.jna.platform.win32 declared as WinDef.DWORDLONG
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullAvailExtendedVirtual
          Reserved.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullAvailPageFile
          The maximum amount of memory the current process can commit, in bytes.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullAvailPhys
          The amount of physical memory currently available, in bytes.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullAvailVirtual
          The amount of unreserved and uncommitted memory currently in the user-mode portion of the virtual address space of the calling process, in bytes.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullTotalPageFile
          The current committed memory limit for the system or the current process, whichever is smaller, in bytes.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullTotalPhys
          The amount of actual physical memory, in bytes.
 WinDef.DWORDLONG WinBase.MEMORYSTATUSEX.ullTotalVirtual
          The size of the user-mode portion of the virtual address space of the calling process, in bytes.