]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/ntlm/man/man3/ntlm_buf.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / doc / doxyout / ntlm / man / man3 / ntlm_buf.3
1 .TH "ntlm_buf" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalntlmlibrary" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ntlm_buf \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include <heimntlm.h>\fP
10 .PP
11 .SS "Data Fields"
12
13 .in +1c
14 .ti -1c
15 .RI "size_t \fBlength\fP"
16 .br
17 .ti -1c
18 .RI "void * \fBdata\fP"
19 .br
20 .in -1c
21 .SH "Detailed Description"
22 .PP 
23 Buffer for storing data in the NTLM library. When filled in by the library it should be freed with \fBheim_ntlm_free_buf()\fP. 
24 .PP
25 \fBExamples: \fP
26 .in +1c
27 .PP
28 \fBtest_ntlm.c\fP.
29 .SH "Field Documentation"
30 .PP 
31 .SS "size_t \fBntlm_buf::length\fP"
32 .PP
33 length buffer data 
34 .PP
35 \fBExamples: \fP
36 .in +1c
37 \fBtest_ntlm.c\fP.
38 .SS "void* \fBntlm_buf::data\fP"
39 .PP
40 pointer to the data itself 
41 .PP
42 \fBExamples: \fP
43 .in +1c
44 \fBtest_ntlm.c\fP.
45
46 .SH "Author"
47 .PP 
48 Generated automatically by Doxygen for Heimdalntlmlibrary from the source code.