Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	return string(utf16.Decode(str[:chars-1]))
    }
    
    // KnownFolderPath returns a well-known folder path for the current user, specified by one of
    // the FOLDERID_ constants, and chosen and optionally created based on a KF_ flag.
    func KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (string, error) {
    	return Token(0).KnownFolderPath(folderID, flags)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top