ReactOS 0.4.17-dev-357-ga8f14ff
HostFunction Struct Reference
Collaboration diagram for HostFunction:

Public Attributes

FunctionInstance function
 
const WCHARname
 
UINT32 id
 
UINT32 iid
 
UINT32 flags
 

Detailed Description

Definition at line 66 of file function.c.

Member Data Documentation

◆ flags

UINT32 HostFunction::flags

Definition at line 71 of file function.c.

Referenced by create_host_function(), and HostFunction_call().

◆ function

FunctionInstance HostFunction::function

Definition at line 67 of file function.c.

Referenced by create_host_function().

◆ id

UINT32 HostFunction::id

Definition at line 69 of file function.c.

Referenced by create_host_function(), and HostFunction_call().

◆ iid

UINT32 HostFunction::iid

Definition at line 70 of file function.c.

Referenced by create_host_function(), and HostFunction_call().

◆ name

const WCHAR* HostFunction::name

Definition at line 68 of file function.c.

Referenced by create_host_function(), and HostFunction_toString().


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