home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / sdk20 / jsdk05.cab / Samples / Debugger / Java Debugger / Helpers / JDbgHlpr / DebuggeeProcess.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-25  |  728 b   |  27 lines

  1. /*  DO NOT EDIT - automatically generated by javah  */
  2. #include <native.h>
  3.  
  4. /*  Header for class DebuggeeProcess  */
  5.  
  6. #ifndef _Included_DebuggeeProcess
  7. #define _Included_DebuggeeProcess
  8.  
  9. typedef struct ClassDebuggeeProcess {
  10. #pragma pack(push,1)
  11.     int32_t MSReserved;
  12.     long m_nMainThreadHandle;
  13.     long m_nProcessID;
  14. #pragma pack(pop)
  15. } ClassDebuggeeProcess;
  16. #define HDebuggeeProcess ClassDebuggeeProcess
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. __declspec(dllexport) void __cdecl DebuggeeProcess_ResumeProcess (struct HDebuggeeProcess *);
  22. __declspec(dllexport) void __cdecl DebuggeeProcess_CreateSuspendedProcess (struct HDebuggeeProcess *, struct Hjava_lang_String *);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif
  27.