func GetACP() (acp uint32) {. r0, _, _ := syscall.Syscall(procGetACP.Addr(), 0, 0, 0, 0). acp = uint32(r0). return. } func GetConsoleCP() (ccp uint32) {.
確定! 回上一頁