__server_classify_destroy() — Delete a classify area

Standards

Standards / Extensions C or C++ Dependencies
z/OS® UNIX both  

Format

#include <sys/server.h>

void __server_classify_destroy(server_classify_t area);

General description

The __server_classify_destroy() function deletes a classify data area previously created by a __server_classify() call. The area parameter specifies the classify area to be deleted. Storage for the classify area is freed. This function must be executed by the same thread that created the classify area.

Returned value

__server_classify_destroy() returns no values.

Related information