Uses of Class
org.zeroturnaround.process.win.W32API.HANDLE

Packages that use W32API.HANDLE
org.zeroturnaround.process.win   
 

Uses of W32API.HANDLE in org.zeroturnaround.process.win
 

Fields in org.zeroturnaround.process.win declared as W32API.HANDLE
static W32API.HANDLE W32API.INVALID_HANDLE_VALUE
          Constant value representing an invalid HANDLE.
 

Methods in org.zeroturnaround.process.win that return W32API.HANDLE
 W32API.HANDLE Kernel32.GetCurrentProcess()
           
 

Methods in org.zeroturnaround.process.win with parameters of type W32API.HANDLE
 int Kernel32.GetProcessId(W32API.HANDLE Process)
           
 



Copyright © 2015 ZeroTurnaround. All rights reserved.