Uses of Class
com.sun.jna.platform.win32.WinBase.SYSTEM_INFO

Packages that use WinBase.SYSTEM_INFO
com.sun.jna.platform.win32   
 

Uses of WinBase.SYSTEM_INFO in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinBase.SYSTEM_INFO
 void Kernel32.GetNativeSystemInfo(WinBase.SYSTEM_INFO lpSystemInfo)
          The GetNativeSystemInfo function retrieves information about the current system to an application running under WOW64.
 void Kernel32.GetSystemInfo(WinBase.SYSTEM_INFO lpSystemInfo)
          The GetSystemInfo function returns information about the current system.