|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Public Attributes | |
| char | c |
| int | i |
| int * | pi |
| int ** | ppi |
| ISomethingFromDispatch * | iface |
| ISomethingFromDispatch ** | iface_ptr |
| BSTR | bstr |
| VARIANT | var |
| MYSTRUCT | mystruct |
| array_t | arr |
| myint_t | myint |
Definition at line 336 of file tmarshal.idl.
| array_t TestTypelib::IWidget::complex::arr |
Definition at line 347 of file tmarshal.idl.
| BSTR TestTypelib::IWidget::complex::bstr |
Definition at line 344 of file tmarshal.idl.
| char TestTypelib::IWidget::complex::c |
Definition at line 338 of file tmarshal.idl.
| int TestTypelib::IWidget::complex::i |
Definition at line 339 of file tmarshal.idl.
| ISomethingFromDispatch* TestTypelib::IWidget::complex::iface |
Definition at line 342 of file tmarshal.idl.
| ISomethingFromDispatch** TestTypelib::IWidget::complex::iface_ptr |
Definition at line 343 of file tmarshal.idl.
| myint_t TestTypelib::IWidget::complex::myint |
Definition at line 348 of file tmarshal.idl.
| MYSTRUCT TestTypelib::IWidget::complex::mystruct |
Definition at line 346 of file tmarshal.idl.
| int* TestTypelib::IWidget::complex::pi |
Definition at line 340 of file tmarshal.idl.
| int** TestTypelib::IWidget::complex::ppi |
Definition at line 341 of file tmarshal.idl.
| VARIANT TestTypelib::IWidget::complex::var |
Definition at line 345 of file tmarshal.idl.