Skip to content

Release - 2.3.11

Compare
Choose a tag to compare
@dahall dahall released this 09 Jun 19:24
· 2605 commits to master since this release

Additions

  • Added part of WinTrust.dll
  • Added remainder of AdvApi32.dll - now 100% (2.3.10)
  • Added multiple SafeXX functions to support structures that need to release memory
  • Added ACCESS_MASK and converted some parameters and fields from UInt32
  • Added LCID and converted some parameters and fields from UInt32

Fixes

  • Fixed multiple structures (CREDENTIAL, INSTALLSPEC, WAITCHAIN_NODE_INFO, WINTRUST_DATA, KNOWNFOLDER_DEFINITION, and others) so they marshal correctly
  • Fixed FormatMessage implementation for all use cases
  • Fixed SafeNativeArray insert bug
  • Fixed OBJECT_TYPE_LIST constructor bug
  • Fixed SetupOverlappedFunction so it doesn't fail binding the handle if already bound