Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DecomposeCommandLine (0.14 sec)

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

    	}
    	return string(commandLine)
    }
    
    // DecomposeCommandLine breaks apart its argument command line into unescaped parts using CommandLineToArgv,
    // as gathered from GetCommandLine, QUERY_SERVICE_CONFIG's BinaryPathName argument, or elsewhere that
    // command lines are passed around.
    // DecomposeCommandLine returns an error if commandLine contains NUL.
    func DecomposeCommandLine(commandLine string) ([]string, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top