LabWindows/CVI

FileBrowser_Refresh

int FileBrowser_Refresh (int panel, int control, int index);

Purpose

Refreshes a section of the file browser to make sure that this section is the same as the state of the file system on disk.

Parameters

Input
Name Type Description
panel int The handle of the panel for the file browser.
control int The ID of the file browser.
index int The starting point of the refresh action. The descendants of the item at the specified index are refreshed.

Return Value

Name Type Description
status int Return value that indicates whether the function was successful. A negative number indicates that an error occurred. Call the GetGeneralErrorString toolbox function to get a descriptive error message.

Additional Information

Library: File Browser

Include file: custctrl\FileBrowser.h

LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later