Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetConsoleCP (0.16 sec)

  1. src/internal/syscall/windows/syscall_windows.go

    const (
    	LOCKFILE_FAIL_IMMEDIATELY = 0x00000001
    	LOCKFILE_EXCLUSIVE_LOCK   = 0x00000002
    )
    
    const MB_ERR_INVALID_CHARS = 8
    
    //sys	GetACP() (acp uint32) = kernel32.GetACP
    //sys	GetConsoleCP() (ccp uint32) = kernel32.GetConsoleCP
    //sys	MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. src/internal/syscall/windows/zsyscall_windows.go

    	procGetACP                            = modkernel32.NewProc("GetACP")
    	procGetComputerNameExW                = modkernel32.NewProc("GetComputerNameExW")
    	procGetConsoleCP                      = modkernel32.NewProc("GetConsoleCP")
    	procGetCurrentThread                  = modkernel32.NewProc("GetCurrentThread")
    	procGetFileInformationByHandleEx      = modkernel32.NewProc("GetFileInformationByHandleEx")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top