maxscript/util/OLE.h File Reference

OLE.h File Reference

Classes

class  MSClassFactory
 
class  MSOLEObject
 
class  OLEObject
 
class  OLEMethod
 

Macros

#define MS_E_EXCEPTION   MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200)
 
#define MS_E_ILLEGAL_RETURN_VALUE   MS_E_EXCEPTION + 0x001
 
#define is_OLEObject(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(OLEObject))
 
#define is_OLEMethod(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(OLEMethod))
 
#define is_SafeArrayWrapper(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(SafeArrayWrapper))
 
#define UNUSED(X)   (X)
 

Macro Definition Documentation

#define MS_E_EXCEPTION   MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200)
#define MS_E_ILLEGAL_RETURN_VALUE   MS_E_EXCEPTION + 0x001
#define is_OLEObject (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(OLEObject))
#define is_OLEMethod (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(OLEMethod))
#define is_SafeArrayWrapper (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(SafeArrayWrapper))
#define UNUSED (   X)    (X)