Git Product home page Git Product logo

Comments (1)

gonutz avatar gonutz commented on June 20, 2024

Working with the syscall package I have found that it is safer to only use the first of the three return values of Call. In your example you check the err in

ret, _, err := procExtractIcon.Call(

but just ignore that and interpret the ret value according the the MSDN docs. This is the result that the function gives you and it usually contains everything you need to know. I have found in the past that the err might be set but really the function did not fail. I think this is some global error code that might be set by some other function as well and is not reset or something along those lines.

Your link to the code does not actually use the err value anymore which supports my point. It seems to not work for others either.

If you want to use my actively supported fork of this repo, here it is:

https://github.com/gonutz/w32

It does not contain ExtractIcon currently but if you still want that, just create an issue and I will be happy to add it.

from w32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.