- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for StringToUTF16Ptr (0.08 seconds)
-
internal/disk/stat_windows.go
// _Out_opt_ PULARGE_INTEGER lpTotalNumberOfBytes, // _Out_opt_ PULARGE_INTEGER lpTotalNumberOfFreeBytes // ); _, _, _ = GetDiskFreeSpaceEx.Call(uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(path))), uintptr(unsafe.Pointer(&lpFreeBytesAvailable)), uintptr(unsafe.Pointer(&lpTotalNumberOfBytes)), uintptr(unsafe.Pointer(&lpTotalNumberOfFreeBytes)))
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 4.1K bytes - Click Count (0) -
internal/disk/type_windows.go
volumeNameSize, nFileSystemNameSize := uint32(260), uint32(260) var lpVolumeSerialNumber uint32 var lpFileSystemFlags, lpMaximumComponentLength uint32 var lpFileSystemNameBuffer, volumeName [260]uint16 ps := syscall.StringToUTF16Ptr(filepath.VolumeName(path)) // Extract values safely // BOOL WINAPI GetVolumeInformation( // _In_opt_ LPCTSTR lpRootPathName, // _Out_opt_ LPTSTR lpVolumeNameBuffer, // _In_ DWORD nVolumeNameSize,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Jan 02 17:15:06 GMT 2022 - 2.2K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (windows-386), func StringToUTF16 //deprecated pkg syscall (windows-386), func StringToUTF16Ptr //deprecated pkg syscall (windows-amd64), func FormatMessage //deprecated pkg syscall (windows-amd64), func StringToUTF16 //deprecated pkg syscall (windows-amd64), func StringToUTF16Ptr //deprecated pkg syscall, func StringBytePtr //deprecated pkg syscall, func StringByteSlice //deprecated
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.txt
pkg syscall (windows-386), func StringToSid(string) (*SID, error) pkg syscall (windows-386), func StringToUTF16(string) []uint16 pkg syscall (windows-386), func StringToUTF16Ptr(string) *uint16 pkg syscall (windows-386), func Syscall(uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)