z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


gsk_free_records()

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Releases storage allocated for an array of database records.

Format

   #include <gskcms.h>

   void gsk_free_records (    
                           int                     num_records,
                           gskdb_record **         records)

Parameters

num_records
Specifies the number of records in the array.
records
Specifies the database record array to be released. The gskdb_record structures are released in addition to the record data.

Usage

The gsk_free_records() routine is used to release storage allocated for an array of database records.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014