Rizin
unix-like reverse engineering framework and cli tools
W32DbgWParams Struct Reference

#include <w32dbg_wrap.h>

Public Attributes

w32dbg_wrap_req type
 
union {
   DWORD   continue_status
 
   struct {
      DEBUG_EVENT *   de
 
      DWORD   wait_time
 
   }   wait
 
   struct {
      int(*   func )(void *)
 
      void *   user
 
   }   func
 
}; 
 
int ret
 
DWORD err
 

Detailed Description

Definition at line 17 of file w32dbg_wrap.h.

Member Data Documentation

◆ 

union { ... }

◆ continue_status

DWORD W32DbgWParams::continue_status

Definition at line 20 of file w32dbg_wrap.h.

Referenced by __w32dbg_thread(), and w32_continue().

◆ de

DEBUG_EVENT* W32DbgWParams::de

Definition at line 22 of file w32dbg_wrap.h.

◆ err

DWORD W32DbgWParams::err

Definition at line 31 of file w32dbg_wrap.h.

Referenced by __w32dbg_thread().

◆ func [1/2]

int(* W32DbgWParams::func) (void *)

Definition at line 26 of file w32dbg_wrap.h.

Referenced by __w32dbg_thread().

◆  [2/2]

struct { ... } W32DbgWParams::func

◆ ret

int W32DbgWParams::ret

Definition at line 30 of file w32dbg_wrap.h.

Referenced by __w32dbg_thread(), w32_attach(), and w32_detach().

◆ type

◆ user

void* W32DbgWParams::user

Definition at line 27 of file w32dbg_wrap.h.

◆ 

struct { ... } W32DbgWParams::wait

Referenced by __w32dbg_thread(), and w32_dbg_wait().

◆ wait_time

DWORD W32DbgWParams::wait_time

Definition at line 23 of file w32dbg_wrap.h.


The documentation for this struct was generated from the following file: