cwbUN_RefreshAll

Purpose

Refreshes the contents of the tree window and the list window for the iSeries™ Navigator.

Syntax

CWBAPI unsigned int WINAPI cwbUN_RefreshAll(
    const char * pszStatusText
    );

Parameters

const char * pszStatusText - input
A null-terminated string to be placed in the status bar window on completion. This parameter may be NULL.

Return Codes

The following list shows common return values:

CWB_OK
Successful completion.
CWBUN_WINDOW_NOTAVAIL
Could not find the view windows.

Usage

Use this function to refresh the entire contents of the iSeries Navigator after performing an action that is requested by the user.