Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cm_Get_Device_Interface_List (0.19 sec)

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

    //sys cm_Get_Device_Interface_List(interfaceClass *GUID, deviceID *uint16, buffer *uint16, bufferLen uint32, flags uint32) (ret CONFIGRET) = CfgMgr32.CM_Get_Device_Interface_ListW
    
    func CM_Get_Device_Interface_List(deviceID string, interfaceClass *GUID, flags uint32) ([]string, error) {
    	deviceID16, err := UTF16PtrFromString(deviceID)
    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