 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Bottom of page |
|
gss_release_oid(3)
NAME
gss_release_oid - Free storage of an OID object.
SYNOPSIS
#include <gssapi/gssapi.h>
OM_uint32 gss_release_oid(
OM_uint32 * minor_status,
gss_OID oid );
PARAMETERS
minor_status
Kerberos 5 error code.
oid OBJECT IDENTIFIER
DESCRIPTION
Allows the caller to release the storage associated with an OBJECT
IDENTIFIER buffer allocated by another GSS_API call. This call's specific
behavior depends on the language and programming environment within which a
GSS_API implementation operates, and is therefore detailed within
applicable bindings specifications; in particular, this call may be
superfluous within bindings where memory management is automatic.
RETURN VALUES
GSS_S_COMPLETE 00000000
GSS_S_FAILURE xx0Dxxxx
SEE ALSO
Functions: gss_oid_to_str(3), gss_str_to_oid(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Top of page |
|