Share

acdbIsManagedExtensionLoaded

C++

ACDBCORE2D_PORT bool ADESK_STDCALL acdbIsManagedExtensionLoaded(
    const wchar_t* fileName
);

File

mgdhost-core2d.h

Description

Determines whether the managed application (DLL) file is loaded.

Parameters

Parameters Description
fileName Input filename

Returns

true if filename is loaded, else false.

Was this information helpful?