ReactOS 0.4.16-dev-91-g764881a
|
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 326 of file tmarshal.idl.
array_t TestTypelib::IWidget::complex::arr |
Definition at line 337 of file tmarshal.idl.
BSTR TestTypelib::IWidget::complex::bstr |
Definition at line 334 of file tmarshal.idl.
char TestTypelib::IWidget::complex::c |
Definition at line 328 of file tmarshal.idl.
int TestTypelib::IWidget::complex::i |
Definition at line 329 of file tmarshal.idl.
ISomethingFromDispatch* TestTypelib::IWidget::complex::iface |
Definition at line 332 of file tmarshal.idl.
ISomethingFromDispatch** TestTypelib::IWidget::complex::iface_ptr |
Definition at line 333 of file tmarshal.idl.
myint_t TestTypelib::IWidget::complex::myint |
Definition at line 338 of file tmarshal.idl.
MYSTRUCT TestTypelib::IWidget::complex::mystruct |
Definition at line 336 of file tmarshal.idl.
int* TestTypelib::IWidget::complex::pi |
Definition at line 330 of file tmarshal.idl.
int** TestTypelib::IWidget::complex::ppi |
Definition at line 331 of file tmarshal.idl.
VARIANT TestTypelib::IWidget::complex::var |
Definition at line 335 of file tmarshal.idl.