_RXOFNCCAL_PARM Struct Reference

#include <rexx.h>

Public Attributes

RXOFNC_FLAGS rxfnc_flags
 
CONSTANT_RXSTRING rxfnc_name
 
size_t rxfnc_argc
 
RexxObjectPtrrxfnc_argv
 
RexxObjectPtr rxfnc_retc
 

Detailed Description

Definition at line 664 of file rexx.h.

Member Data Documentation

◆ rxfnc_argc

size_t _RXOFNCCAL_PARM::rxfnc_argc

Definition at line 667 of file rexx.h.

Referenced by RexxActivity::callObjectFunctionExit().

◆ rxfnc_argv

RexxObjectPtr* _RXOFNCCAL_PARM::rxfnc_argv

Definition at line 668 of file rexx.h.

Referenced by RexxActivity::callObjectFunctionExit().

◆ rxfnc_flags

RXOFNC_FLAGS _RXOFNCCAL_PARM::rxfnc_flags

Definition at line 665 of file rexx.h.

Referenced by RexxActivity::callObjectFunctionExit().

◆ rxfnc_name

CONSTANT_RXSTRING _RXOFNCCAL_PARM::rxfnc_name

Definition at line 666 of file rexx.h.

Referenced by RexxActivity::callObjectFunctionExit().

◆ rxfnc_retc

RexxObjectPtr _RXOFNCCAL_PARM::rxfnc_retc

Definition at line 669 of file rexx.h.

Referenced by RexxActivity::callObjectFunctionExit().


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