Article ID: 190976 - Last Review: November 18, 2003 - Revision: 2.1 PRB: IntelliSense Ignores Unicode/ANSI Versions of Win32 APIThis 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
"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. | Article Translations
|
Back to the top
