maxscript/util/OLE.h File Reference
|
| OLEObject (Value *progID, CLSID cslid, LPDISPATCH pdisp) |
|
| OLEObject (Value *progID, LPDISPATCH pdisp) |
|
| ~OLEObject () |
|
| classof_methods (OLEObject, Value) |
|
void | collect () |
|
void | gc_trace () |
|
ScripterExport void | sprin1 (CharStream *s) |
|
Value * | get_property (Value **arg_list, int count) |
|
Value * | set_property (Value **arg_list, int count) |
|
Value * | get_fn_property (Value *prop) |
|
| OLEMethod () |
|
| OLEMethod (const MCHAR *name, OLEObject *ole_obj, DISPID mth_id) |
|
| classof_methods (OLEMethod, Function) |
|
Value * | apply (Value **arglist, int count, CallContext *cc=NULL) |
|
ScripterExport | SafeArrayWrapper () |
|
ScripterExport | SafeArrayWrapper (Array *dataArray, int nDims) |
|
ScripterExport | SafeArrayWrapper (Array *dataArray, Array *lBoundsArray, int nDims) |
|
ScripterExport | SafeArrayWrapper (SAFEARRAY *psa, Value *progID) |
|
ScripterExport SAFEARRAY * | to_SAFEARRAY () |
|
static ScripterExport int | GetDataArrayDimensions (Array *testArray) |
|
static ScripterExport void | CheckDataArray (Array *testArray, int nDims, int *pCount=NULL) |
|
| classof_methods (SafeArrayWrapper, Value) |
|
#define MS_E_EXCEPTION MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200) |
OLEObject |
( |
Value * |
progID, |
|
|
CLSID |
cslid, |
|
|
LPDISPATCH |
pdisp |
|
) |
| |
OLEObject |
( |
Value * |
progID, |
|
|
LPDISPATCH |
pdisp |
|
) |
| |
Value * name
Definition: structs.h:25
#define _M(x)
Used to wrap string literals.
Definition: strbasic.h:122
virtual const MCHAR * to_string()
Definition: value.h:171