Relative Content

Tag Archive for windows-runtimemidl

Nullable strings in Midl 3.0

I am working on a Windows Runtime <-> Rust integration through windows-rs. The interface between the two languages is done trough an .idl (Midl 3.0) file.
I am trying to declare a parameter as a nullable string.