Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Add IntPtr property accessors for structs with native pointers #130

Closed
4 tasks done
AArnott opened this issue Dec 29, 2015 · 1 comment
Closed
4 tasks done

Add IntPtr property accessors for structs with native pointers #130

AArnott opened this issue Dec 29, 2015 · 1 comment
Assignees

Comments

@AArnott
Copy link
Collaborator

AArnott commented Dec 29, 2015

This work represents both the changes to remove the IntPtr fields from existing structs, replacing them with native pointer types, as well as adding the IntPtr property accessors for those new fields.

  • Code generator
  • BCrypt
  • DbgHelp
  • Kernel32
@AArnott
Copy link
Collaborator Author

AArnott commented Dec 29, 2015

I've confirmed that VB has no problem using structs that contain native pointer fields. It just hides them from Intellisense, allowing access to the non-pointer fields and properties without problem. So the IntPtr property accessor approach should work fine.

@AArnott AArnott self-assigned this Dec 29, 2015
AArnott added a commit that referenced this issue Dec 30, 2015
Provides the infrastructural support for #130
AArnott added a commit that referenced this issue Dec 30, 2015
Provides the infrastructural support for #130
AArnott added a commit that referenced this issue Dec 30, 2015
@AArnott AArnott closed this as completed Dec 30, 2015
AArnott added a commit that referenced this issue Oct 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant