Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetDeviceRegistryPropertyString (0.44 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	return SetupDiSetDeviceRegistryProperty(deviceInfoSet, deviceInfoData, property, propertyBuffers)
    }
    
    // SetDeviceRegistryPropertyString method sets a Plug and Play device property string for a device.
    func (deviceInfoSet DevInfo) SetDeviceRegistryPropertyString(deviceInfoData *DevInfoData, property SPDRP, str string) error {
    	str16, err := UTF16FromString(str)
    	if err != nil {
    		return err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
Back to top