STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Functions
marshal_windows.h File Reference
#include <msclr\marshal.h>
#include <windows.h>
#include <comutil.h>

Go to the source code of this file.

Classes

class  msclr::interop::context_node< BSTR, System::String^>
 

Namespaces

 msclr
 
 msclr::interop
 

Macros

#define _INC_MSCLR_MARSHAL_WINDOWS
 

Functions

template<>
System::String msclr::interop::marshal_as (const _bstr_t &_from_object)
 
template<>
_bstr_t msclr::interop::marshal_as (System::String^const &_from_object)
 
template<>
System::IntPtr msclr::interop::marshal_as (const HANDLE &_from_object)
 
template<class _To_Type >
_To_Type msclr::interop::marshal_as (System::IntPtr _from_object)
 
template<>
HANDLE msclr::interop::marshal_as (System::IntPtr _from_object)
 

Macro Definition Documentation

#define _INC_MSCLR_MARSHAL_WINDOWS