Share

adsw_acadMainWnd

C++

ACCORE_PORT HWND adsw_acadMainWnd();

File

acedads.h

Description

Returns the Windows' window handle for the AutoCAD main window.

The #include directive for the Windows' header file windows.h or windef.h must be made before the #include directive for ads.h in order for this function to be available.

Previous Declaration

HWND adsw_acadMainWnd();

Was this information helpful?