|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| ULONG | signature |
| ULONG | flags |
| GUID | iid |
| union { | |
| struct OR_STANDARD { | |
| STDOBJREF std | |
| DUALSTRINGARRAY saResAddr | |
| } u_standard | |
| struct OR_HANDLER { | |
| STDOBJREF std | |
| CLSID clsid | |
| DUALSTRINGARRAY saResAddr | |
| } u_handler | |
| struct OR_CUSTOM { | |
| CLSID clsid | |
| ULONG cbExtension | |
| ULONG size | |
| byte * pData | |
| } u_custom | |
| } | u_objref |
| ULONG tagOBJREF::flags |
Definition at line 101 of file marshal.c.
Referenced by CoMarshalInterface(), fill_std_objref(), get_unmarshaler_from_stream(), StdMarshalImpl_ReleaseMarshalData(), StdMarshalImpl_UnmarshalInterface(), test_CoGetStandardMarshal(), and test_DfMarshal_custom_marshaling().
| GUID tagOBJREF::iid |
Definition at line 102 of file marshal.c.
Referenced by CoMarshalInterface(), fill_std_objref(), get_unmarshaler_from_stream(), test_CoGetStandardMarshal(), and test_DfMarshal_custom_marshaling().
| DUALSTRINGARRAY tagOBJREF::saResAddr |
| ULONG tagOBJREF::signature |
Definition at line 100 of file marshal.c.
Referenced by CoMarshalInterface(), fill_std_objref(), get_unmarshaler_from_stream(), StdMarshalImpl_ReleaseMarshalData(), StdMarshalImpl_UnmarshalInterface(), test_CoGetStandardMarshal(), and test_DfMarshal_custom_marshaling().
| STDOBJREF tagOBJREF::std |
Definition at line 105 of file marshal.c.
Referenced by Proxy_MarshalInterface().
| struct { ... } ::OR_CUSTOM tagOBJREF::u_custom |
Referenced by CoMarshalInterface(), get_unmarshaler_from_stream(), and test_DfMarshal_custom_marshaling().
| struct { ... } ::OR_HANDLER tagOBJREF::u_handler |
| union { ... } tagOBJREF::u_objref |
| struct { ... } ::OR_STANDARD tagOBJREF::u_standard |