Giter Club home page Giter Club logo

Comments (3)

AArnott avatar AArnott commented on July 21, 2024 1

Thanks for describing more about what you were thinking. But I don't think we're going to go with that. If we find many more types that could fit the same pattern it might be worth it, but as a one-off case, this is too much customization to be worthwhile IMO.

from cswin32.

AArnott avatar AArnott commented on July 21, 2024

I'm afraid this is unlikely to be 'fixed' because types like CREDENTIALW are not mere handles. SafeHandle can only represent an IntPtr. Even if we derived from it to add more fields, as a class it couldn't stand in for the CREDENTIALW struct where methods took pointers to it.

from cswin32.

jnm2 avatar jnm2 commented on July 21, 2024

I could see it working to have a CREDENTIALW* Pointer property on the generated SafeHandle class, but I do see how this could be worse for discoverability. It would technically pass the all hurdles you mentioned though, since you can do anything with it that you can do with the current out CREDENTIAL* pointer you get.

If you wanted to make things safer, the friendly overloads could take the safe handle instead of in CREDENTIALW/ref CREDENTIALW/CREDENTIALW* parameters. The friendly overload would do DangerousAddRef etc and pass safeHandle.Pointer to the p/invoke method.

from cswin32.

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.