SetProgressProc

  Functions >

SetProgressProc

Previous pageReturn to chapter overviewNext page

The SetProgressProc function specifies the callback function that receives data about the stage of a lengthy operation.

 

Syntax:

 

int SetProgressProc(

  PROGRESSPROC AProgressProc,

);

 

Parameters:

 

AProgressProc

Specifies the callback function.

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

 

See Also

CADCreate


© 2003-2024 CADSoftTools

Go to CAD DLL