Article ID: 190976 - Last Review: November 18, 2003 - Revision: 2.1

PRB: IntelliSense Ignores Unicode/ANSI Versions of Win32 API

This article was previously published under Q190976
Expand all | Collapse all

SYMPTOMS

Parameter Info and Type Info are not generated for the Unicode or ANSI versions of the Win32 API. These functions can usually be formed by adding "A" or "W" onto a standard Win32 API function.

RESOLUTION

Use the generic version of each function. For information on using UNICODE, see the REFERENCES section.

STATUS

This behavior is by design.

REFERENCES

"About Automatic Statement Completion;" Visual C++ Documentation, Using Visual C++, Visual C++ Users Guide, Text Editor, Overview: Text Editor, About Automatic Statement Completion.

"Automatically Completing Statements;" Visual C++ Documentation, Using Visual C++, Visual C++ Users Guide, Text Editor, How do I ... Topics: Text Editor, Automatically completing Statements.

APPLIES TO
  • Microsoft Visual C++ 6.0 Enterprise Edition
  • Microsoft Visual C++ 6.0 Professional Edition
  • Microsoft Visual C++, 32-bit Learning Edition 6.0
Keywords: 
kbnofix kbprb KB190976
 

Article Translations