Share

regAppName Function

C++

bool regAppName(
    const wchar_t* pAppName, 
    AcDbDatabase* pDatabase
);

File

dbxutil.h

Description

Determines whether an application with the specified name has already been registered in the database.

Parameters

Parameters Description
pAppName Input string that contains the registered application name.
pDatabase Input AcDbDatabase to check for the existence of the registered application.

Returns

true is returned if the application name is already registered in the database, else false.

Was this information helpful?