ReactOS 0.4.17-dev-281-g9de2895
jsdisp.idl File Reference

Go to the source code of this file.

Classes

struct  property_info
 
interface  IWineJSDispatch
 
interface  IWineJSDispatchHost
 
interface  IWineJScript
 

Variables

const unsigned int PROPF_METHOD = 0x0100
 
const unsigned int PROPF_CONSTR = 0x0200
 
const unsigned int PROPF_ENUMERABLE = 0x0400
 
const unsigned int PROPF_WRITABLE = 0x0800
 
const unsigned int PROPF_CONFIGURABLE = 0x1000
 
const unsigned int PROPF_PUBLIC_MASK = PROPF_ENUMERABLE | PROPF_WRITABLE | PROPF_CONFIGURABLE
 
const unsigned int HOSTOBJ_CONSTRUCTOR = 0x0001
 

Variable Documentation

◆ HOSTOBJ_CONSTRUCTOR

const unsigned int HOSTOBJ_CONSTRUCTOR = 0x0001

Definition at line 42 of file jsdisp.idl.

Referenced by init_host_object().

◆ PROPF_CONFIGURABLE

◆ PROPF_CONSTR

◆ PROPF_ENUMERABLE

◆ PROPF_METHOD

◆ PROPF_PUBLIC_MASK

Definition at line 40 of file jsdisp.idl.

Referenced by jsdisp_freeze(), and WineJSDispatch_GetPropertyFlags().

◆ PROPF_WRITABLE