asynchronous_arg_t Struct Reference


Data Fields

void * stackaddr
int errnum
uintptr_t(* func )(uintptr_t self, int argc, uintptr_t *argv)
uintptr_t self
int argc
uintptr_targv

Detailed Description

Definition at line 5300 of file win32.c.


Field Documentation

int asynchronous_arg_t::argc

Definition at line 5308 of file win32.c.

Referenced by call_asynchronous().

uintptr_t* asynchronous_arg_t::argv

Definition at line 5309 of file win32.c.

Referenced by call_asynchronous().

int asynchronous_arg_t::errnum

Definition at line 5303 of file win32.c.

Referenced by call_asynchronous().

uintptr_t(* asynchronous_arg_t::func)(uintptr_t self, int argc, uintptr_t *argv)

Referenced by call_asynchronous().

uintptr_t asynchronous_arg_t::self

Definition at line 5307 of file win32.c.

Referenced by call_asynchronous().

void* asynchronous_arg_t::stackaddr

Definition at line 5302 of file win32.c.

Referenced by call_asynchronous().


The documentation for this struct was generated from the following file:
Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7