.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH EnablePrivilege 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBEnablePrivilege\fR (SETUPAPI.@) .SH SYNOPSIS BOOL EnablePrivilege ( LPCWSTR \fIlpPrivilegeName\fR, BOOL \fIbEnable\fR ) .SH DESCRIPTION .PP Enables or disables one of the current users privileges. .SH PARAMS \fIlpPrivilegeName\fR \fB[In]\fR Name of the privilege to be changed. .PP \fIbEnable\fR \fB[In]\fR TRUE: Enables the privilege FALSE: Disables the privilege. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.