Go to the source code of this file.
Functions | |
| void | CopyTo (const char *p, int len, BSTR *b) |
| int | GetCharLength (const OLECHAR *p, int olelen) |
| void | CopyTo (const OLECHAR *p, int olelen, char *s, int charlen) |
| void | CopyTo (const OLECHAR *p, GUID &guid) |
| void | CopyTo (const GUID &guid, BSTR *p) |
| void | CopyTo (const CComBstrObj *start, const CComBstrObj *end, SAFEARRAY **p) |
| void | MoveTo (CComBstrObj *start, CComBstrObj *end, SAFEARRAY **p) |
| void | CopyTo (const unsigned char *start, const unsigned char *end, SAFEARRAY **p) |
| void | CopyTo (const long *start, const long *end, SAFEARRAY **p) |
| void | CopyTo (const GUID *start, const GUID *end, SAFEARRAY **p) |
| long | GetArrayLength (SAFEARRAY *p) |
| void | GetArrayStart (SAFEARRAY *p, CComBstrObj *&start) |
| void | GetArrayStart (SAFEARRAY *p, long *&start) |
| void | GetArrayStart (SAFEARRAY *p, unsigned char *&start) |
| void | GetArrayStart (SAFEARRAY *p, GUID *&start) |
| void | CopyTo (SAFEARRAY *p, CComBstrObj *start, CComBstrObj *end) |
| void | MoveTo (SAFEARRAY *p, CComBstrObj *start, CComBstrObj *end) |
| void | CopyTo (SAFEARRAY *p, unsigned char *start, unsigned char *end) |
| void | CopyTo (SAFEARRAY *p, long *start, long *end) |
| void | CopyTo (SAFEARRAY *p, GUID *start, GUID *end) |
| void | CopyTo (unsigned char a, VARIANT *v) |
| void | CopyTo (short a, VARIANT *v) |
| void | CopyTo (long a, VARIANT *v) |
| void | CopyTo (double a, VARIANT *v) |
| void | CopyTo (BSTR b, VARIANT *v) |
| void | CopyTo (IDispatch *p, VARIANT *v) |
| void | MoveTo (IDispatch **p, VARIANT *v) |
| void | CopyTo (const VARIANT &v, unsigned char &a) |
| void | CopyTo (const VARIANT &v, short &a) |
| void | CopyTo (const VARIANT &v, long &a) |
| void | CopyTo (const VARIANT &v, double &a) |
| void | CopyTo (const VARIANT &v, BSTR *a) |
| void | CopyTo (const char *p, int len, VARIANT *v) |
| int | GetCharLength (VARIANT &v) |
| void | CopyTo (const VARIANT &v, char *s, int charlen) |
| long | GetArrayLength (const VARIANT &v) |
| void | GetArrayStart (const VARIANT &v, CComBstrObj *&start) |
| void | GetArrayStart (const VARIANT &v, unsigned char *&start) |
| void | GetArrayStart (const VARIANT &v, long *&start) |
| void | CopyTo (const CComBstrObj *start, const CComBstrObj *end, VARIANT *v) |
| void | MoveTo (CComBstrObj *start, CComBstrObj *end, VARIANT *v) |
| void | CopyTo (const unsigned char *start, const unsigned char *end, VARIANT *v) |
| void | CopyTo (const long *start, const long *end, VARIANT *v) |
| void | CopyTo (const VARIANT &v, CComBstrObj *start, CComBstrObj *end) |
| void | MoveTo (VARIANT *v, CComBstrObj *start, CComBstrObj *end) |
| void | CopyTo (const VARIANT &v, unsigned char *start, unsigned char *end) |
| void | CopyTo (const VARIANT &v, long *start, long *end) |
| void | CopyTo (const VARIANT &v, GUID &guid) |
| bool | IsEqualObject (IUnknown *p, IUnknown *q) |
| void CopyTo | ( | const VARIANT & | v, | |
| GUID & | guid | |||
| ) |
Definition at line 821 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| long * | start, | |||
| long * | end | |||
| ) |
Definition at line 808 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| unsigned char * | start, | |||
| unsigned char * | end | |||
| ) |
Definition at line 795 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| CComBstrObj * | start, | |||
| CComBstrObj * | end | |||
| ) |
Definition at line 767 of file DecoratorSmart.cpp.
| void CopyTo | ( | const long * | start, | |
| const long * | end, | |||
| VARIANT * | v | |||
| ) |
Definition at line 755 of file DecoratorSmart.cpp.
| void CopyTo | ( | const unsigned char * | start, | |
| const unsigned char * | end, | |||
| VARIANT * | v | |||
| ) |
Definition at line 743 of file DecoratorSmart.cpp.
| void CopyTo | ( | const CComBstrObj * | start, | |
| const CComBstrObj * | end, | |||
| VARIANT * | v | |||
| ) |
Definition at line 719 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| char * | s, | |||
| int | charlen | |||
| ) |
Definition at line 673 of file DecoratorSmart.cpp.
| void CopyTo | ( | const char * | p, | |
| int | len, | |||
| VARIANT * | v | |||
| ) |
Definition at line 644 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| BSTR * | a | |||
| ) |
Definition at line 621 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| double & | a | |||
| ) |
Definition at line 606 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| long & | a | |||
| ) |
Definition at line 591 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| short & | a | |||
| ) |
Definition at line 576 of file DecoratorSmart.cpp.
| void CopyTo | ( | const VARIANT & | v, | |
| unsigned char & | a | |||
| ) |
Definition at line 561 of file DecoratorSmart.cpp.
| void CopyTo | ( | IDispatch * | p, | |
| VARIANT * | v | |||
| ) |
Definition at line 536 of file DecoratorSmart.cpp.
| void CopyTo | ( | BSTR | b, | |
| VARIANT * | v | |||
| ) |
Definition at line 525 of file DecoratorSmart.cpp.
| void CopyTo | ( | double | a, | |
| VARIANT * | v | |||
| ) |
Definition at line 511 of file DecoratorSmart.cpp.
| void CopyTo | ( | long | a, | |
| VARIANT * | v | |||
| ) |
Definition at line 497 of file DecoratorSmart.cpp.
| void CopyTo | ( | short | a, | |
| VARIANT * | v | |||
| ) |
Definition at line 483 of file DecoratorSmart.cpp.
| void CopyTo | ( | unsigned char | a, | |
| VARIANT * | v | |||
| ) |
Definition at line 469 of file DecoratorSmart.cpp.
| void CopyTo | ( | SAFEARRAY * | p, | |
| GUID * | start, | |||
| GUID * | end | |||
| ) |
Definition at line 449 of file DecoratorSmart.cpp.
| void CopyTo | ( | SAFEARRAY * | p, | |
| long * | start, | |||
| long * | end | |||
| ) |
Definition at line 431 of file DecoratorSmart.cpp.
| void CopyTo | ( | SAFEARRAY * | p, | |
| unsigned char * | start, | |||
| unsigned char * | end | |||
| ) |
Definition at line 413 of file DecoratorSmart.cpp.
| void CopyTo | ( | SAFEARRAY * | p, | |
| CComBstrObj * | start, | |||
| CComBstrObj * | end | |||
| ) |
Definition at line 347 of file DecoratorSmart.cpp.
| void CopyTo | ( | const GUID * | start, | |
| const GUID * | end, | |||
| SAFEARRAY ** | p | |||
| ) |
Definition at line 255 of file DecoratorSmart.cpp.
| void CopyTo | ( | const long * | start, | |
| const long * | end, | |||
| SAFEARRAY ** | p | |||
| ) |
Definition at line 220 of file DecoratorSmart.cpp.
| void CopyTo | ( | const unsigned char * | start, | |
| const unsigned char * | end, | |||
| SAFEARRAY ** | p | |||
| ) |
Definition at line 185 of file DecoratorSmart.cpp.
| void CopyTo | ( | const CComBstrObj * | start, | |
| const CComBstrObj * | end, | |||
| SAFEARRAY ** | p | |||
| ) |
Definition at line 115 of file DecoratorSmart.cpp.
| void CopyTo | ( | const GUID & | guid, | |
| BSTR * | p | |||
| ) |
Definition at line 97 of file DecoratorSmart.cpp.
| void CopyTo | ( | const OLECHAR * | p, | |
| GUID & | guid | |||
| ) |
Definition at line 89 of file DecoratorSmart.cpp.
| void CopyTo | ( | const OLECHAR * | p, | |
| int | olelen, | |||
| char * | s, | |||
| int | charlen | |||
| ) |
Definition at line 70 of file DecoratorSmart.cpp.
| void CopyTo | ( | const char * | p, | |
| int | len, | |||
| BSTR * | b | |||
| ) |
Definition at line 18 of file DecoratorSmart.cpp.
| long GetArrayLength | ( | const VARIANT & | v | ) |
Definition at line 685 of file DecoratorSmart.cpp.
| long GetArrayLength | ( | SAFEARRAY * | p | ) |
Definition at line 296 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | const VARIANT & | v, | |
| long *& | start | |||
| ) |
Definition at line 711 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | const VARIANT & | v, | |
| unsigned char *& | start | |||
| ) |
Definition at line 703 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | const VARIANT & | v, | |
| CComBstrObj *& | start | |||
| ) |
Definition at line 695 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | SAFEARRAY * | p, | |
| GUID *& | start | |||
| ) |
Definition at line 337 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | SAFEARRAY * | p, | |
| unsigned char *& | start | |||
| ) |
Definition at line 327 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | SAFEARRAY * | p, | |
| long *& | start | |||
| ) |
Definition at line 317 of file DecoratorSmart.cpp.
| void GetArrayStart | ( | SAFEARRAY * | p, | |
| CComBstrObj *& | start | |||
| ) |
Definition at line 307 of file DecoratorSmart.cpp.
| int GetCharLength | ( | VARIANT & | v | ) |
Definition at line 656 of file DecoratorSmart.cpp.
| int GetCharLength | ( | const OLECHAR * | p, | |
| int | olelen | |||
| ) |
Definition at line 52 of file DecoratorSmart.cpp.
| bool IsEqualObject | ( | IUnknown * | p, | |
| IUnknown * | q | |||
| ) |
Definition at line 831 of file DecoratorSmart.cpp.
| void MoveTo | ( | VARIANT * | v, | |
| CComBstrObj * | start, | |||
| CComBstrObj * | end | |||
| ) |
Definition at line 780 of file DecoratorSmart.cpp.
| void MoveTo | ( | CComBstrObj * | start, | |
| CComBstrObj * | end, | |||
| VARIANT * | v | |||
| ) |
Definition at line 731 of file DecoratorSmart.cpp.
| void MoveTo | ( | IDispatch ** | p, | |
| VARIANT * | v | |||
| ) |
Definition at line 548 of file DecoratorSmart.cpp.
| void MoveTo | ( | SAFEARRAY * | p, | |
| CComBstrObj * | start, | |||
| CComBstrObj * | end | |||
| ) |
Definition at line 380 of file DecoratorSmart.cpp.
| void MoveTo | ( | CComBstrObj * | start, | |
| CComBstrObj * | end, | |||
| SAFEARRAY ** | p | |||
| ) |
Definition at line 150 of file DecoratorSmart.cpp.
1.6.3