|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Public Attributes | |
| FunctionInstance | function |
| const WCHAR * | name |
| UINT32 | id |
| UINT32 | iid |
| UINT32 | flags |
Definition at line 66 of file function.c.
| UINT32 HostFunction::flags |
Definition at line 71 of file function.c.
Referenced by create_host_function(), and HostFunction_call().
| FunctionInstance HostFunction::function |
Definition at line 67 of file function.c.
Referenced by create_host_function().
| UINT32 HostFunction::id |
Definition at line 69 of file function.c.
Referenced by create_host_function(), and HostFunction_call().
| UINT32 HostFunction::iid |
Definition at line 70 of file function.c.
Referenced by create_host_function(), and HostFunction_call().
Definition at line 68 of file function.c.
Referenced by create_host_function(), and HostFunction_toString().