NWSM_SELECTION_LIST

Contains a list of data set names, encryption key information, and search patterns to scan for in conjunction with NWSM_SCAN_CONTROL.

Syntax

  typedef struct 
  { 
     UINT16           bufferSize; 
     UINT16           selectionListSize; 
     UINT8            selectionCount; 
     UINT8            keyInformationSize; 
     UINT8            keyInformation[keyInformationSize]; 
  } NWSM_SELECTION_LIST;
  

Fields

bufferSize

Specifies the total buffer size allocated.

selectionListSize

Specifies the actual space used by the last four fields of NWSM_SELECTION_LIST as well as the selection list.

selectionCount

Specifies the number of entries in the selection list.

keyInformationSize

Specifies the size of keyInformation in bytes.

keyInformation

Is reserved for future use to specify the key encryption information used to encrypt the selection list.

Remarks

The selection list itself is not part of the structure declaration as shown in the following graphic. For information about the usage of the structure and the list, see Selection Options.

Figure 4-2 Selection List

Selection list

See Selection List for the members and definitions of the selection list.