ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (jscript) | |
static IInternetHostSecurityManager * | get_sec_mgr (script_ctx_t *ctx) |
static IUnknown * | create_activex_object (script_ctx_t *ctx, const WCHAR *progid) |
static HRESULT | ActiveXObject_value (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
HRESULT | create_activex_constr (script_ctx_t *ctx, jsdisp_t **ret) |
Variables | |
const GUID | GUID_CUSTOM_CONFIRMOBJECTSAFETY |
|
static |
Definition at line 141 of file activex.c.
Referenced by create_activex_constr().
HRESULT create_activex_constr | ( | script_ctx_t * | ctx, |
jsdisp_t ** | ret | ||
) |
Definition at line 188 of file activex.c.
Referenced by init_global().
|
static |
Definition at line 57 of file activex.c.
Referenced by ActiveXObject_value().
|
static |
Definition at line 32 of file activex.c.
Referenced by create_activex_object().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 29 of file activex.c.
Referenced by check_load_safety(), check_script_safety(), create_activex_object(), and InternetHostSecurityManager_QueryCustomPolicy().