Generic Security Services API Library Functions
gssreleaseoidset(3GS)
NAME
gssreleaseoidset - free storage associated with a GS-
API-generated gssOIDset object
SYNOPSIS
cc [ flag... ] file... -lgss [ library... ]
#include
OMuint32 gssreleaseoidset(OMuint32 *minorstatus, gssOIDset *set);
DESCRIPTION
The gssreleaseoidset() function frees storage associated
with a GS-API-generated gssOIDset object. The set parame-
ter must refer to an OID-set that was returned from a GS-
API function. The gssreleaseoidset() function will free
the storage associated with each individual member OID, the
OID set's elements array, and gssOIDsetdesc.
gssOIDset is set to GSCNOIDSET on successful comple-
tion of this function.
PARAMETERS
The parameter descriptions for gssreleaseoidset() follow:
minorstatus A mechanism-specific status code
set Storage associated with the gssOIDset will
be deleted
ERORS
The gssreleaseoidset() function may return the following
status codes:
GSCOMPLETE Successful completion
GSFAILURE The underlying mechanism detected an error
for which no specific GS status code is
defined. The mechanism-specific status
code reported by means of the minorstatus
parameter details the error condition.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 15 Jan 2003 1
Generic Security Services API Library Functions
gssreleaseoidset(3GS)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWgss (32-bit)
SUNWgssx (64-bit)
MT-Level Safe
SEE ALSO
attributes(5)
Solaris Security for Developers Guide
SunOS 5.11 Last change: 15 Jan 2003 2
Generic Security Services API Library Functions
gssreleaseoidset(3GS)
SunOS 5.11 Last change: 15 Jan 2003 3
|