Previous section.

CDE 1.1: Remote Procedure Call
Copyright © 1997 The Open Group

NAME

rpc_ns_mgmt_free_codesets- frees a code sets array that has been allocated by the RPC run-time

SYNOPSIS

#include <dce/rpc.h>

void rpc_ns_mgmt_free_codesets( rpc_codeset_mgmt_p_t *code_sets_array, error_status_t *status);

PARAMETERS

Input/Output

code_sets_array
A pointer to a code sets array that has been allocated by a call to the rpc_ns_mgmt_read_codesets() or rpc_rgy_get_codesets() routines.

Output

status
Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.

Possible status codes and their meanings include:

rpc_s_ok
Success.

DESCRIPTION

The rpc_ns_mgmt_free_codesets() routine frees from the client application's memory a code sets array allocated by a client call to the rpc_ns_mgmt_read_codesets() or the rpc_rgy_get_codesets() routines, or from a server application's memory a code sets array allocated by a server call to the rpc_rgy_get_codesets() routine. It is one of those used for character and code set interoperability, which permits clients and servers to transfer international character data in a heterogeneous character set and code sets environment.
Permissions Required

None.

RETURN VALUE

None.

SEE ALSO


rpc_ns_mgmt_read_codesets()
rpc_rgy_get_codesets().

Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index