Simple eh?
 
We are loading packages dynamically, and want to know if a package is already loaded into our address space. Any windows call for this.
 
eg.
So we can have code like.
 
if not PackagedLoaded( PackageName ) then LoadPackage(  PackageName  );
 
I can think of several other ways to achieve this. I just don't want to write any code to achieve it - is is there a Win32 api call that can achieve this?
 
Thanks.
 
Myles.
 
 

Reply via email to