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

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

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

Fields in com.sun.jna.platform.win32 declared as WinDef.WORD
 WinDef.WORD WinBase.SYSTEM_INFO.PI.wProcessorArchitecture
          System's processor architecture.
 WinDef.WORD WinBase.SYSTEM_INFO.wProcessorLevel
          System's architecture-dependent processor level.
 WinDef.WORD WinBase.SYSTEM_INFO.wProcessorRevision
          Architecture-dependent processor revision.
 WinDef.WORD WinBase.SYSTEM_INFO.PI.wReserved
          Reserved for future use.
 WinDef.WORD WinNT.OSVERSIONINFOEX.wServicePackMajor
          The major version number of the latest Service Pack installed on the system.
 WinDef.WORD WinNT.OSVERSIONINFOEX.wServicePackMinor
          The minor version number of the latest Service Pack installed on the system.
 WinDef.WORD WinNT.OSVERSIONINFOEX.wSuiteMask
          A bit mask that identifies the product suites available on the system.
 

Methods in com.sun.jna.platform.win32 that return WinDef.WORD
 WinDef.WORD WinDef.DWORD.getHigh()
          High WORD.
 WinDef.WORD WinDef.DWORD.getLow()
          Low WORD.