C++
bool acrxApplicationIsLocked( const ACHAR * modulename );
File
rxregsvc.h
Description
This function is a "C" code wrapper for:
acrxDynamicLinker->isApplicationLocked(moduleName);
which determines if the moduleNameObjectARX program is currently locked or not.
Returns 1 if the application is currently unlocked; otherwise, returns 0.
Parameters
Parameters | Description |
---|---|
modulename | Input file name or URL of ObjectARX application for which locked status is to be determined |