PRB: Function Prototypes Do Not Generate Parameter Info (190974)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
This article was previously published under Q190974 SYMPTOMS
Parameter Info for global functions is generated only from the function
definition, not the prototype.
RESOLUTION
The function must be implemented, or the source file with the
implementation must be added to the project.
STATUS
This behavior is by design.
REFERENCES
For additional information, please see the following article in the
Microsoft Knowledge Base:
153284
Limitations of IntelliSense in Visual C++ 6.0
"Template Topics;" Visual C++ Documentation, Using Visual C++, Visual C++
Programmers Guide, Adding Program Functionality, Details, Template Topics.
"About Automatic Statement Completion;" Visual C++ Documentation, Using,
Visual C++, Visual C++ Users Guide, Text Editor, Overview: Text Editor,
About Automatic Statement Completion.
Modification Type: | Major | Last Reviewed: | 7/17/2001 |
---|
Keywords: | kbprb KB190974 |
---|
|