Admin Production ni-theme
Current Publication

DiscardProgressDialog

LabWindows/CVI

DiscardProgressDialog

void DiscardProgressDialog (int progressDialog);

Purpose

This function discards the progress dialog created in CreateProgressDialog.

Parameters

Input
Name Type Description
progressDialog int Pass the panel handle of the progress dialog to discard.

This value must be a value returned by the CreateProgressDialog function.

Return Value

None.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later

Example

Refer to userint\intgraph.cws for an example of using the DiscardProgressDialog function.