C++
virtual bool isApplicationLocked( const ACHAR * modulename ) const = 0;
Description
This function indicates whether the modulename application is locked and cannot be unloaded, or is unlocked and can be successfully unloaded.
This function returns true if the modulename application is locked; otherwise, it returns false.
Parameters
| Parameters | Description |
|---|---|
| modulename | Input name of loaded ObjectARX program |