Share

acrxApplicationIsLocked

C++

bool acrxApplicationIsLocked(
    const ACHAR* modulename
);

File

adslib.h

Description

This function is a "C" code wrapper for:

acrxDynamicLinker->isApplicationLocked(moduleName);

which determines if the moduleName ObjectARX 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

Was this information helpful?