CADSetProcessMessages

  Functions >

CADSetProcessMessages

Previous pageReturn to chapter overviewNext page

The CADSetProcessMessages function enables the message processing mode.

 

Syntax:

 

int CADSetProcessMessages(

  HANDLE hObject,

  INT IsProcess

);

 

 

Parameters:

 

hObject

Identifies a handle to the CAD drawing.

IsProcess

Defines whether to enable message processing mode or not (0 - disabled; 1 - enabled).

 

Return Value:

If the function succeeds, the return value is 1.

If the function fails, the return value is zero. To get extended error information, call CADGetLastError.

 

 

See Also

CADCreate  |   SetProcessMessagesCAD


© 2003-2024 CADSoftTools

Go to CAD DLL