Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CM_Connect_Machine (0.1 sec)

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

    	MAX_SERVICE_NAME_LEN        = 256
    	MAX_SUBTITLE_LEN            = 256
    )
    
    const (
    	// SP_MAX_MACHINENAME_LENGTH defines maximum length of a machine name in the format expected by ConfigMgr32 CM_Connect_Machine (i.e., "\\\\MachineName\0").
    	SP_MAX_MACHINENAME_LENGTH = MAX_PATH + 3
    )
    
    // HSPFILEQ is type for setup file queue
    type HSPFILEQ uintptr
    
    // DevInfo holds reference to device information set
    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