#include <comstl/comstl.h>
#include <comstl/util/interface_traits.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | comstl |
Functions | |
| template<typename I> | |
| HRESULT | MarshalInterThreadInterfaceInStream (I *pitf, LPSTREAM *ppstm) |
| Marshal a interface to a stream. | |
| template<typename I> | |
| HRESULT | GetInterfaceAndReleaseStream (LPSTREAM pstm, I **ppitf) |
| Retrieve a marshaled interface pointer from a stream. | |
1.5.6