Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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_t * argv
 

Detailed Description

Definition at line 6200 of file win32.c.

Field Documentation

◆ argc

int asynchronous_arg_t::argc

Definition at line 6208 of file win32.c.

◆ argv

uintptr_t* asynchronous_arg_t::argv

Definition at line 6209 of file win32.c.

◆ errnum

int asynchronous_arg_t::errnum

Definition at line 6203 of file win32.c.

◆ func

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

Definition at line 6206 of file win32.c.

◆ self

uintptr_t asynchronous_arg_t::self

Definition at line 6207 of file win32.c.

◆ stackaddr

void* asynchronous_arg_t::stackaddr

Definition at line 6202 of file win32.c.


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