.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LDM_PARSE_GUID" "9" "09 October 2005" "" ""
.SH NAME
ldm_parse_guid \- Convert GUID from ASCII to binary
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_parse_guid (const u8 * \fIsrc\fB, u8 * \fIdest\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsrc\fB\fR
36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba
.TP
\fB\fIdest\fB\fR
Memory block to hold binary GUID (16 bytes)
.SH "DESCRIPTION"
.PP
N.B. The GUID need not be NULL terminated.
.SH "RETURN"
.PP
TRUE \fIdest\fR contains binary GUID
FALSE \fIdest\fR contents are undefined