Home
last modified time | relevance | path

Searched defs:DevInfoListDetailData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsetupapi_windows.go162 type DevInfoListDetailData struct { struct
163 size uint32 // Use unsafeSizeOf method
164 ClassGUID GUID
165 RemoteMachineHandle Handle
166 remoteMachineName [SP_MAX_MACHINENAME_LENGTH]uint16
169 func (*DevInfoListDetailData) unsafeSizeOf() uint32 {
177 func (data *DevInfoListDetailData) RemoteMachineName() string {
181 func (data *DevInfoListDetailData) SetRemoteMachineName(remoteMachineName string) error {
Dzsyscall_windows.go3889 …etupDiGetDeviceInfoListDetail(deviceInfoSet DevInfo, deviceInfoSetDetailData *DevInfoListDetailDat…