Share

acdbDictRemove

C++

int acdbDictRemove(
    const ads_name dictname, 
    const ACHAR* symname
);

File

acedads.h

Description

Removes the specified dictionary entry from the specified dictionary .

If acdbDictRemove() succeeds, it returns RTNORM. If dictname is invalid or symname is not found, it returns RTERROR and sets the system variable ERRNO to a value that indicates the reason for the failure.

Parameters

Parameters Description
dictname Dictionary from which to remove an entry, as an entity name
symname Key of the entry to remove

Was this information helpful?