ultrix man page for uuid_decode

Query: uuid_decode

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

uuid_decode(3ncs)														 uuid_decode(3ncs)

Name
       uuid_decode - convert a character-string representation of a UUID into a UUID structure

Syntax
       #include <idl/c/uuid.h>

       void uuid_$decode(s, uuid, status)
       uuid_$string_t s;
       uuid_$t *uuid;
       status_$t *status;

Arguments
       s      The character-string representation of a UUID.

       uuid   The UUID that corresponds to s.

       status The  completion status. If the completion status returned in is equal to status_$ok , then the routine that supplied it was success-
	      ful.

Description
       The routine returns the UUID corresponding to a valid character-string representation of a UUID.

Examples
       The following routine returns as foo_uuid the UUID corresponding to the character-string representation in foo_uuid_rep:
       uuid_$decode (foo_uuid_rep, &foo_uuid, &status);

Files
See Also
       intro(3ncs), uuid_encode(3ncs)

																 uuid_decode(3ncs)
Related Man Pages
pfm_rls_cleanup(3ncs) - ultrix
rpc_alloc_handle(3ncs) - ultrix
rpc_clear_binding(3ncs) - ultrix
rpc_sockaddr_to_name(3ncs) - ultrix
socket_to_numeric_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
How do you detect keystrokes in canonical mode?
PHP Write Man Pages to MySQL DB