uuid_decode.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 57 行
3NCS
57 行
.TH uuid_decode 3ncs.SH Nameuuid_decode \- convert a character-string representation of a UUID into aUUID structure.SH Syntax#include <idl/c/uuid.h>void uuid_$decode(\fIs, uuid, status\fP).nfuuid_$string_t \fIs\fP;uuid_$t *\fIuuid\fP;status_$t *\fIstatus\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/uuid.ins.pas'\fR.\".\"\fBprocedure uuid_$decode(\fR.\" \fBin \fIs\fB: uuid_$string_t;\fR.\" \fBout \fIuuid\fB: uuid_$t;\fR.\" \fBout \fIstatus\fB: status_$t);\fR.\".DE.SH Arguments.TP \fIs\fRThe character-string representation of a UUID..TP\fIuuid\fRThe UUID that corresponds to \fIs\fR..TP \fIstatus\fRThe completion status. If the completion status returned in.PN status\&.allis equal to.B status_$ok ,then the routine that supplied it was successful. .SH DescriptionThe .PN uuid_$decoderoutine returns the UUID corresponding to a valid character-string representation of a UUID..NXR "Operations on Universal Unique Identifiers" "uuid_decode".SH ExamplesThe following routine returns as .B foo_uuidthe UUID corresponding to the character-string representation in .B foo_uuid_rep:.EXuuid_$decode (foo_uuid_rep, &foo_uuid, &status);.EE.SH Files.PN /usr/include/idl/uuid.idl.br.PN /usr/include/idl/c/uuid.h.SH See Alsointro(3ncs), uuid_encode(3ncs)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?