Share

ads_start_dialog

C++

int ads_start_dialog(
    ads_hdlg hdlg, 
    int * status
);

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
hdlg Legacy use only (see function description)
status Legacy use only (see function description)

Was this information helpful?