cwbUN_RefreshList

Purpose

Refreshes the contents of the list view window for the iSeries™ Navigator.

Syntax

CWBAPI unsigned int WINAPI cwbUN_RefreshList(
    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 list view window.

Usage

Use this function to refresh the contents of the list window after performing an action that is requested by the user.