FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcRxDynamicLinker.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20class AcRxClass;
21class AcRxService;
22
24{
25public:
27
28 bool unloadModuleEx(wchar_t const *,bool,bool,bool);
29 unsigned long numberOfAppsLoaded(void)const ;
30 virtual bool initListedModules(wchar_t const *);
31 virtual bool isAppBusy(wchar_t const *)const ;
32 virtual bool isAppMDIAware(wchar_t const *)const ;
33 virtual bool isApplicationLocked(wchar_t const *)const ;
34 virtual bool loadApp(void *, AcadApp::LoadReasons,bool,bool);
35 virtual bool loadApp(wchar_t const *, AcadApp::LoadReasons,bool,bool);
37 virtual bool loadModule(wchar_t const *,bool,bool = false);
38 virtual bool lockApplication(void *)const ;
39 virtual bool registerAppMDIAware(void *)const ;
40 virtual bool registerAppNotMDIAware(void *)const ;
41 virtual bool sendAppMessage(wchar_t const *, AcRx::AppMsgCode,void *, AcRxGenHand *);
42 virtual bool unloadApp(wchar_t const *,bool);
43 virtual bool unlockApplication(void *)const ;
45 virtual AcRxObject * registerService(wchar_t const *, AcRxService *);
46 virtual unsigned long ProductLcid(void)const ;
47 virtual void * getSymbolAddress(wchar_t const *,char const *)const ;
48 virtual void * getSymbolAddress(wchar_t const *,wchar_t const *)const ;
49 virtual void * moduleHandlePtr(wchar_t const *)const ;
52 virtual void setAppBusy(wchar_t const *,bool)const ;
53 virtual wchar_t const * ProductKey(void)const ;
54 virtual bool unloadModule( ACHAR const *, bool = false);
55 virtual AcLocale ProductLocale() const;
59 void unloadAllModules(bool);
60
61};
virtual void removeReactor(AcRxDLinkerReactor *)
virtual bool isApplicationLocked(wchar_t const *) const
virtual bool initListedModules(wchar_t const *)
virtual void * getSymbolAddress(wchar_t const *, wchar_t const *) const
virtual void setAppBusy(wchar_t const *, bool) const
virtual bool unloadApp(wchar_t const *, bool)
virtual void addReactor(AcRxDLinkerReactor *)
virtual void * moduleHandlePtr(wchar_t const *) const
virtual bool registerAppNotMDIAware(void *) const
virtual AcRxObject * registerService(wchar_t const *, AcRxService *)
virtual bool loadApps(AcadApp::LoadReasons)
void addDbAppMonitor(AcRxDLinkerReactor *)
virtual bool loadModule(wchar_t const *, bool, bool=false)
virtual bool sendAppMessage(wchar_t const *, AcRx::AppMsgCode, void *, AcRxGenHand *)
bool unloadModuleEx(wchar_t const *, bool, bool, bool)
virtual AcRxDictionaryIterator * loadedModulesIterator(void)
virtual bool isAppMDIAware(wchar_t const *) const
void unloadAllModules(bool)
void removeDbAppMonitor(AcRxDLinkerReactor *)
virtual unsigned long ProductLcid(void) const
virtual bool unloadModule(ACHAR const *, bool=false)
ACRX_DECLARE_MEMBERS(AcRxDynamicLinker)
unsigned long numberOfAppsLoaded(void) const
virtual bool loadApp(void *, AcadApp::LoadReasons, bool, bool)
void sendAllAppsMessage(AcRx::AppMsgCode, AcArray< wchar_t const *, AcArrayMemCopyReallocator< wchar_t const * > > *)
virtual void * getSymbolAddress(wchar_t const *, char const *) const
virtual bool lockApplication(void *) const
virtual bool loadApp(wchar_t const *, AcadApp::LoadReasons, bool, bool)
virtual bool registerAppMDIAware(void *) const
virtual bool unlockApplication(void *) const
virtual AcLocale ProductLocale() const
virtual bool isAppBusy(wchar_t const *) const
virtual wchar_t const * ProductKey(void) const
AppMsgCode
Definition AcRx.h:24
LoadReasons
Definition AcadApp.h:38