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
© 2003-2024 CADSoftTools
Go to CAD DLL