.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCurrentHwProfileA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCurrentHwProfileA\fR (ADVAPI32.@) .SH SYNOPSIS BOOL GetCurrentHwProfileA ( LPHW_PROFILE_INFOA \fIpInfo\fR ) .SH DESCRIPTION .PP Get the current hardware profile. .SH PARAMS \fIpInfo\fR \fB[Out]\fR Destination for hardware profile information. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIpInfo\fR is updated with the hardware profile details. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/advapi32/advapi.c"\fR. .PP Debug channel \fB"advapi"\fR.