1 package winapi 2 3 //sys LocalAlloc(flags uint32, size int) (ptr uintptr) = kernel32.LocalAlloc 4 //sys LocalFree(ptr uintptr) = kernel32.LocalFree 5
View as plain text