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
COM interface declaration support was initially added in #1540. Currently it only supports parameters of pointer type which can be passed through the FFI boundary.
This should support more parameter types, including primitive types and common Windows API types which can also be passed through based on something like AbiTransferable in com-rs.
(Naturally this is all a very recent addition, still under development and not expected to be working yet -- submitting this for tracking purposes. Thank you!)
The text was updated successfully, but these errors were encountered:
Motivation
COM interface declaration support was initially added in #1540. Currently it only supports parameters of pointer type which can be passed through the FFI boundary.
For example, the following fails:
This should support more parameter types, including primitive types and common Windows API types which can also be passed through based on something like
AbiTransferable
in com-rs.(Naturally this is all a very recent addition, still under development and not expected to be working yet -- submitting this for tracking purposes. Thank you!)
The text was updated successfully, but these errors were encountered: