MIDL2379

The documentation lists this name without a value.

Documented in Win32

Compiler Errors

The compiler reached a limit for a format string representation. See documentation for advice. The MIDL compiler has a 64 KB limit for format strings. This error generally occurs when IDL files include other IDL files. The composite IDL file generated by all of the include statements exceeds the limits of the type representation tables of the marshaling engine interpreter. Try using the import directive rather than the include directive in your IDL files. For more information, see Importing System Header Files , include , and import .