Copyright Digital Equipment Corp. All rights reserved.

INCOMPPARM

Message        In the definition of the function "<function name>",
               the parameter "<parameter name>" has an incomplete
               type.

Description    This function definition contains a parameter with an
               incomplete type other than an array whose bounds are
               not specified.  This is not valid.

User Action    Complete the type before the function definition.