RNF3737

A pointer subfield of an exported data structure cannot be initialized to an address.

20

Cause . . . . . : A pointer subfield of an exported data structure can only be initialized to *NULL. The initialization is ignored.

Recovery . . . : Remove the EXPORT keyword on the data structure definition, or remove the INZ keyword, or change the initialization value to *NULL. Compile again.