PRB: IntelliSense Ignores Unicode/ANSI Versions of Win32 API (190976)



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Enterprise Edition 6.0
  • Microsoft Visual C++, 32-bit Professional Edition 6.0
  • Microsoft Visual C++, 32-bit Learning Edition 6.0

This article was previously published under Q190976

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

For additional information, please see the following article in the Microsoft Knowledge Base:

99359 INFO: UNICODE and _UNICODE Needed to Compile for Unicode

"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.

Modification Type:MajorLast Reviewed:11/18/2003
Keywords:kbnofix kbprb KB190976