SetupDiBuildClassInfoListExA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SetupDiBuildClassInfoListExA (SETUPAPI.@)

SYNOPSIS

BOOL SetupDiBuildClassInfoListExA
 (
  DWORD  Flags,
  LPGUID ClassGuidList,
  DWORD  ClassGuidListSize,
  PDWORD RequiredSize,
  LPCSTR MachineName,
  PVOID  Reserved
 )

DESCRIPTION

Returns a list of setup class GUIDs that identify the classes that are installed on a local or remote macine.

PARAMS

Flags [In] control exclusion of classes from the list.

ClassGuidList [Out] pointer to a GUID-typed array that receives a list of setup class GUIDs.

ClassGuidListSize [In] The number of GUIDs in the array (ClassGuidList).

RequiredSize [Out] pointer, which receives the number of GUIDs that are returned.

MachineName [In] name of a remote machine.

Reserved [In] must be NULL.

RETURNS

Success: TRUE.

Failure: FALSE.

IMPLEMENTATION

Defined in "setupapi.h".

Implemented in "dlls/setupapi/devinst.c".

Debug channel "setupapi".