cwbUN_RefreshListItems

Purpose

Refreshes the currently selected item (or items) in the list view window of the iSeries™ Navigator.

Syntax

CWBAPI unsigned int WINAPI cwbUN_RefreshListItems(
    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 selected items in the list window after performing an action that was requested by the user.