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

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

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

Fields in com.sun.jna.platform.win32 declared as W32API.DWORD
 W32API.DWORD WinNT.LARGE_INTEGER.HighPart
           
 W32API.DWORD WinNT.LARGE_INTEGER.LowPart
           
static W32API.DWORD ShlObj.SHGFP_TYPE_CURRENT
           
static W32API.DWORD ShlObj.SHGFP_TYPE_DEFAULT
           
 

Methods in com.sun.jna.platform.win32 that return W32API.DWORD
 W32API.DWORD Kernel32.GetTempPath(W32API.DWORD nBufferLength, char[] buffer)
          The GetTempPath function retrieves the path of the directory designated for temporary files.
 

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