MIDL2162

The documentation lists this name without a value.

Documented in Win32

Compiler Errors

parameter or return value must not derive from a type that has [ignore] applied to it The [ ignore ] attribute is a field attribute that can be applied only to fields, such as fields of structures and arrays. The [ ignore ] attribute indicates that the stub should not dereference the pointer during transmission and is not allowed when it conflicts with other attributes that must be dereferenced, such as [ out ] parameters and function return values.