Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 3.9 KB

ns-setupapi-sp_devinfo_list_detail_data_a.md

File metadata and controls

87 lines (69 loc) · 3.9 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:setupapi._SP_DEVINFO_LIST_DETAIL_DATA_A
SP_DEVINFO_LIST_DETAIL_DATA_A (setupapi.h)
An SP_DEVINFO_LIST_DETAIL_DATA structure contains information about a device information set, such as its associated setup class GUID (if it has an associated setup class). (ANSI)
*PSP_DEVINFO_LIST_DETAIL_DATA_A
PSP_DEVINFO_LIST_DETAIL_DATA
PSP_DEVINFO_LIST_DETAIL_DATA structure pointer [Device and Driver Installation]
SP_DEVINFO_LIST_DETAIL_DATA
SP_DEVINFO_LIST_DETAIL_DATA structure [Device and Driver Installation]
SP_DEVINFO_LIST_DETAIL_DATA_A
devinst.sp_devinfo_list_detail_data
di-struct_8539bcfc-25ee-49f5-bc59-74efc6aae5bf.xml
setupapi/PSP_DEVINFO_LIST_DETAIL_DATA
setupapi/SP_DEVINFO_LIST_DETAIL_DATA
devinst\sp_devinfo_list_detail_data.htm
devinst
03e6c137-5a7f-443d-878f-5e5c6642dde9
12/05/2018
*PSP_DEVINFO_LIST_DETAIL_DATA_A, PSP_DEVINFO_LIST_DETAIL_DATA, PSP_DEVINFO_LIST_DETAIL_DATA structure pointer [Device and Driver Installation], SP_DEVINFO_LIST_DETAIL_DATA, SP_DEVINFO_LIST_DETAIL_DATA structure [Device and Driver Installation], SP_DEVINFO_LIST_DETAIL_DATA_A, devinst.sp_devinfo_list_detail_data, di-struct_8539bcfc-25ee-49f5-bc59-74efc6aae5bf.xml, setupapi/PSP_DEVINFO_LIST_DETAIL_DATA, setupapi/SP_DEVINFO_LIST_DETAIL_DATA
setupapi.h
Setupapi.h
Windows
Windows
SP_DEVINFO_LIST_DETAIL_DATA_A, *PSP_DEVINFO_LIST_DETAIL_DATA_A
19H1
_SP_DEVINFO_LIST_DETAIL_DATA_A
setupapi/_SP_DEVINFO_LIST_DETAIL_DATA_A
PSP_DEVINFO_LIST_DETAIL_DATA_A
setupapi/PSP_DEVINFO_LIST_DETAIL_DATA_A
SP_DEVINFO_LIST_DETAIL_DATA_A
setupapi/SP_DEVINFO_LIST_DETAIL_DATA_A
c++
APIRef
kbSyntax
HeaderDef
setupapi.h
SP_DEVINFO_LIST_DETAIL_DATA
sp_devinfo_list_detail_data_a

SP_DEVINFO_LIST_DETAIL_DATA_A structure

-description

An SP_DEVINFO_LIST_DETAIL_DATA structure contains information about a device information set, such as its associated setup class GUID (if it has an associated setup class).

-struct-fields

-field cbSize

The size, in bytes, of the SP_DEVINFO_LIST_DETAIL_DATA structure.

-field ClassGuid

The setup class GUID that is associated with the device information set or GUID_NULL if there is no associated setup class.

-field RemoteMachineHandle

If the device information set is for a remote computer, this member is a configuration manager machine handle for the remote computer. If the device information set is for the local computer, this member is NULL.

This is typically the parameter that components use to access the remote computer. The RemoteMachineName contains a string, in case the component requires the name of the remote computer.

-field RemoteMachineName

A NULL-terminated string that contains the name of the remote computer. If the device information set is for the local computer, this member is an empty string.

-see-also

SetupDiGetDeviceInfoListDetail

-remarks

Note

The setupapi.h header defines SP_DEVINFO_LIST_DETAIL_DATA as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.