⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uuid_decode.3ncs

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3NCS
字号:
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -