.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LookupPrivilegeValueA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLookupPrivilegeValueA\fR (ADVAPI32.@) .SH SYNOPSIS BOOL LookupPrivilegeValueA ( LPCSTR \fIlpSystemName\fR, LPCSTR \fIlpName\fR, PLUID \fIlpLuid\fR ) .SH DESCRIPTION .PP Retrieves \fBLUID\fR used on a system to represent the privilege name. .SH PARAMS \fIlpSystemName\fR \fB[In]\fR Name of the system. .PP \fIlpName\fR \fB[In]\fR Name of the privilege. .PP \fIlpLuid\fR \fB[Out]\fR Destination for the resulting \fBLUID\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIlpLuid\fR contains the requested \fBLUID\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/advapi32/security.c"\fR. .PP Debug channel \fB"advapi"\fR.