MIDL2072

The documentation lists this name without a value.

Documented in Win32

Compiler Errors

inapplicable attribute The specified attribute cannot be applied in this construct. For example, the string attribute applies to char arrays or char pointers and cannot be applied to a structure that consists of two short integers: typedef [string] struct moo { short x; short y; };