MIDL2138
The documentation lists this name without a value.
Documented in Win32
parameter deriving from an "int" must have size specifier "small," "short," or "long" with the "int" The type int is only a valid MIDL type on 32-bit platforms, on 16-bit systems int must be accompanied by a size specification. Use one of the size specifiers small , short , or long .