Package com.sun.jna.platform.win32
Interface WinBase.THREAD_START_ROUTINE
- 
- All Superinterfaces:
- AltCallingConvention,- Callback,- StdCall,- StdCallLibrary.StdCallCallback
 - Enclosing interface:
- WinBase
 
 public static interface WinBase.THREAD_START_ROUTINE extends StdCallLibrary.StdCallCallback Represents a thread entry point local to this process, as a Callback.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.CallbackCallback.UncaughtExceptionHandler
 
- 
 - 
Field Summary- 
Fields inherited from interface com.sun.jna.CallbackFORBIDDEN_NAMES, METHOD_NAME
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WinDef.DWORDapply(WinDef.LPVOID lpParameter)
 
- 
- 
- 
Method Detail- 
applyWinDef.DWORD apply(WinDef.LPVOID lpParameter) 
 
- 
 
-