11 #ifndef MAX_MESSAGE_LENGTH
12 #define MAX_MESSAGE_LENGTH 255
16 #ifdef _EXPORT_IMODELCONNECTION_API_
17 #define IMODELIPC_API __declspec(dllexport)
19 #define IMODELIPC_API __declspec(dllimport)
22 #ifndef BEGIN_BENTLEY_IPC_NAMESPACE
23 #define BEGIN_BENTLEY_IPC_NAMESPACE namespace Bentley { namespace IPC {
26 #ifndef END_BENTLEY_IPC_NAMESPACE
27 #define END_BENTLEY_IPC_NAMESPACE }}
30 #ifndef USING_NAMESPACE_BENTLEY_IPC
31 #define USING_NAMESPACE_BENTLEY_IPC using namespace Bentley::IPC;
struct Bentley::WString & WStringR
Definition: Bentley.h:239
StatusInt SendImodelMessage(WStringR messageString)
Send message to IModel host application.
#define END_BENTLEY_IPC_NAMESPACE
Definition: imodelmessage.h:27
#define IMODELIPC_API
Definition: imodelmessage.h:19
int StatusInt
Definition: Bentley.h:222
#define BEGIN_BENTLEY_IPC_NAMESPACE
Definition: imodelmessage.h:23