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

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

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

Fields in com.sun.jna.platform.win32 declared as WinDef.DWORD
 WinDef.DWORD WinBase.SYSTEM_INFO.dwAllocationGranularity
          Granularity for the starting address at which virtual memory can be allocated.
 WinDef.DWORD WinNT.OSVERSIONINFO.dwBuildNumber
          Build number of the operating system.
 WinDef.DWORD WinNT.OSVERSIONINFOEX.dwBuildNumber
          The build number of the operating system.
 WinDef.DWORD WinBase.MEMORYSTATUSEX.dwLength
          The size of the structure, in bytes.
 WinDef.DWORD WinNT.OSVERSIONINFO.dwMajorVersion
          Major version number of the operating system.
 WinDef.DWORD WinNT.OSVERSIONINFOEX.dwMajorVersion
          The major version number of the operating system.
 WinDef.DWORD WinBase.MEMORYSTATUSEX.dwMemoryLoad
          A number between 0 and 100 that specifies the approximate percentage of physical memory that is in use (0 indicates no memory use and 100 indicates full memory use).
 WinDef.DWORD WinNT.OSVERSIONINFO.dwMinorVersion
          Minor version number of the operating system.
 WinDef.DWORD WinNT.OSVERSIONINFOEX.dwMinorVersion
          The minor version number of the operating system.
 WinDef.DWORD WinBase.SYSTEM_INFO.dwNumberOfProcessors
          Number of processors in the system.
 WinDef.DWORD WinBase.SYSTEM_INFO.UNION.dwOemID
          An obsolete member that is retained for compatibility with Windows NT 3.5 and earlier.
 WinDef.DWORD WinNT.OSVERSIONINFO.dwOSVersionInfoSize
          Size of this data structure, in bytes.
 WinDef.DWORD WinNT.OSVERSIONINFOEX.dwOSVersionInfoSize
          The size of this data structure, in bytes.
 WinDef.DWORD WinBase.SYSTEM_INFO.dwPageSize
          Page size and the granularity of page protection and commitment.
 WinDef.DWORD WinNT.OSVERSIONINFO.dwPlatformId
          Operating system platform.
 WinDef.DWORD WinNT.OSVERSIONINFOEX.dwPlatformId
          The operating system platform.
 WinDef.DWORD WinBase.SYSTEM_INFO.dwProcessorType
          An obsolete member that is retained for compatibility with Windows NT 3.5 and Windows Me/98/95.
 WinDef.DWORD WinNT.LARGE_INTEGER.LowHigh.HighPart
           
 WinDef.DWORD WinNT.LARGE_INTEGER.LowHigh.LowPart
           
static WinDef.DWORD ShlObj.SHGFP_TYPE_CURRENT
           
static WinDef.DWORD ShlObj.SHGFP_TYPE_DEFAULT
           
 

Methods in com.sun.jna.platform.win32 that return WinDef.DWORD
 WinDef.DWORD WinNT.LARGE_INTEGER.getHigh()
          High DWORD.
 WinDef.DWORD Kernel32.GetLogicalDriveStrings(WinDef.DWORD nBufferLength, char[] lpBuffer)
          The GetLogicalDriveStrings function fills a buffer with strings that specify valid drives in the system.
 WinDef.DWORD WinNT.LARGE_INTEGER.getLow()
          Low DWORD.
 WinDef.DWORD Kernel32.GetTempPath(WinDef.DWORD nBufferLength, char[] buffer)
          The GetTempPath function retrieves the path of the directory designated for temporary files.
 WinDef.DWORD Kernel32.GetVersion()
          The GetVersion function returns the current version number of the operating system.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.DWORD
static java.lang.String Shell32Util.getFolderPath(WinDef.HWND hwnd, int nFolder, WinDef.DWORD dwFlags)
          Get a special folder path.
 WinDef.DWORD Kernel32.GetLogicalDriveStrings(WinDef.DWORD nBufferLength, char[] lpBuffer)
          The GetLogicalDriveStrings function fills a buffer with strings that specify valid drives in the system.
 WinDef.DWORD Kernel32.GetTempPath(WinDef.DWORD nBufferLength, char[] buffer)
          The GetTempPath function retrieves the path of the directory designated for temporary files.
 WinNT.HRESULT Shell32.SHGetFolderPath(WinDef.HWND hwndOwner, int nFolder, WinNT.HANDLE hToken, WinDef.DWORD dwFlags, char[] pszPath)
          Takes the CSIDL of a folder and returns the path.