Added missing messages, constants and enums related to the Touch API.
Added some helper methods and class to SpellCheckerApi
Added some helpers for structure fields that are pointers to arrays.
Added unsafe methods and structs to work with BITMAPINFO
Fixes/Changes
Breaking change: Updated ComDlg32.OPENFILENAME structure so that all LPCTSTR values are string?.
Changed SafePACL and SafePACE size specifiers so they alway align to DWORD boundaries rather than forcing correct input and throwing exceptions.
Extended SafeAllocatedMemoryBase.Equals to check more than handle and CompareTo to check handle equality first.
Extended VARIANT.ToObject to better support arrays.
Fixed bug in SafePSECURITY_DESCRIPTOR.MakeAbsolute, added MakePackedAbsolute to create a single allocated block with all parts of an absolute SD, and MakeSelfRelatative to round things out.
Fixed bug with new SafeHandle.Equals code
Fixed small bug in NCryptBufferDesc assignment of pBuffers not setting values correctly when null.
Set hresult of exceptionForHR with supplied message (#479)
Updated XML docs for IPortableDeviceXX methods per #483
Updated memory classes CreateFromStringList methods to support nullable strings.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Vanara.PInvoke.User32 from 4.0.3 to 4.0.4.
Release notes
Sourced from Vanara.PInvoke.User32's releases.
Commits
3da05fe
Updated project files.24ce2be
Further adjustments to ADs code6266b6c
Fixed NCryptBufferDesc.ctor syntax8f90563
Updated readme6cf7960
Added projects related to Active Directory Services484bbbd
Updated project filesf12ec5b
Updated XML docs for IPortableDeviceXX methods per #4830a258c5
Added ADS errors to HRESULT values4955eb3
Merge branch 'master' of https://github.com/dahall/Vanara7331e01
Added BCRYPT_DH_PARAMETERS_MAGIC const, BCRYPT_DH_PARAMETER_HEADER struct, an...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show