Share

ads_action_tile

C++

int ads_action_tile(
    ads_hdlg hdlg, 
    const ACHAR * key, 
    CLIENTFUNC tilefunc
);

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

Was this information helpful?