You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrimitiveValueTypeArrays should at least implemented via those converters:
PrimitiveValueTypeArray
LongArray
ULongArray
CLongArray
CULongArray
For all return values there should be support for:
Pointed arrays
Unpointed arrays
Ownership transfer should support:
Full transfer
No transfer
It is not clear how important it is to support the return of primitive value type arrays. Currently there is only limited support for pointed arrays which are returned as IntPtr in the public API.
The text was updated successfully, but these errors were encountered:
PrimitiveValueTypeArrays should at least implemented via those converters:
For all return values there should be support for:
Ownership transfer should support:
It is not clear how important it is to support the return of primitive value type arrays. Currently there is only limited support for pointed arrays which are returned as
IntPtr
in the public API.The text was updated successfully, but these errors were encountered: