#include <sal.h>
#include <windows.h>
#include <vcclr.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <memory>
Go to the source code of this file.
|
class | msclr::interop::details::char_buffer< T > |
|
class | msclr::interop::context_node< _To_Type, _From_Type > |
|
class | msclr::interop::error_reporting_helper< _To_Type, _From_Type, _Needs_Context > |
|
class | msclr::interop::error_reporting_helper< _To_Type, _From_Type, false > |
|
class | msclr::interop::error_reporting_helper< _To_Type, _From_Type, true > |
|
class | msclr::interop::context_node_base |
|
class | msclr::interop::context_node< _To_Type, _From_Type > |
|
class | msclr::interop::marshal_context |
|
class | msclr::interop::marshal_context::internal_marshaler< _To_Type, _From_Type, _Needs_Context > |
|
class | msclr::interop::marshal_context::internal_marshaler< _To_Type, _From_Type, true > |
|
class | msclr::interop::marshal_context::internal_marshaler< _To_Type, _From_Type, false > |
|
class | msclr::interop::context_node< const char *, System::String^> |
|
class | msclr::interop::context_node< const wchar_t *, System::String^> |
|
#define _EXCEPTION_GREATER_THAN_INT_MAX "Size of string exceeds INT_MAX." |
#define _EXCEPTION_MB2WC "Conversion from MultiByte to WideChar failed. Please check the content of the string and/or locale settings." |
#define _EXCEPTION_NULLPTR "NULLPTR is not supported for this conversion." |
#define _EXCEPTION_WC2MB "Conversion from WideChar to MultiByte failed. Please check the content of the string and/or locale settings." |
#define _INC_MSCLR_MARSHAL |