I am on Windows and I am using the syscall package to call C functions 
exposed in windows dlls.  I am trying to call a C function that accepts a 
"const char*" parameter.  How do I convert a Go string to a uintptr that I 
can use in (p *LazyProc) Call(...)?  I have tried several different 
approaches but the string seems to be corrupt in the C code.  I have seen 
other examples of using Unicode Utf16 pointers but that only works for 
wchar* APIs.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to