Share

ads_load_dialog

C++

int ads_load_dialog(
    const ACHAR * dclfile, 
    int * dcl_id
);

File

adsdlg.h

Description

This function is part of the DCL dialog box API. The DCL mechanism is exported primarily to support AutoLISP and legacy ADSRX applications. Its use in modern ObjectARX contexts has been superceded by other supported SDKs, such as MFC.

For general descriptions of this API, see the analogous documentation in the AutoLISP Developer's Guide.

Parameters

Parameters Description
dclfile Legacy use only (see function description)
dcl_id Legacy use only (see function description)

Was this information helpful?