MIDL2041
The documentation lists this name without a value.
Documented in Win32
[out] only parameter cannot be an unsized string An array with the string attribute has been declared as an [ out ]-only parameter without any size specification. The server stub needs size information to allocate memory for the string. You can remove the string attribute and add the [ size_is ] attribute, or you can change the parameter to an [ in, out ] parameter.