.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetupDiCreateDeviceInfoListExW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetupDiCreateDeviceInfoListExW\fR (SETUPAPI.@) .SH SYNOPSIS HDEVINFO SetupDiCreateDeviceInfoListExW ( const GUID* \fIClassGuid\fR, HWND \fIhwndParent\fR, PCWSTR \fIMachineName\fR, PVOID \fIReserved\fR ) .SH DESCRIPTION .PP Create an empty DeviceInfoSet list. .SH PARAMS \fIClassGuid\fR \fB[In]\fR if not \fBNULL\fR only devices with \fBGUID\fR \fIClassGuid\fR are associated with this list. .PP \fIhwndParent\fR \fB[In]\fR hwnd needed for interface related actions. .PP \fIMachineName\fR \fB[In]\fR name of machine to create emtpy DeviceInfoSet list, if \fBNULL\fR local registry will be used. .PP \fIReserved\fR \fB[In]\fR must be \fBNULL\fR. .PP .SH RETURNS .PP \fBSuccess:\fR empty list. .PP \fBFailure:\fR \fBINVALID_HANDLE_VALUE\fR. .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/devinst.c"\fR. .PP Debug channel \fB"setupapi"\fR.