Parameter List Viewing for a Function (Windows CE 5.0)

Send Feedback

When you are typing a function, you can display a ToolTip containing the complete function prototype, including parameters. The following sample shows the Parameter Info display about a MessageBox function.

int Messagebox(HWND hWnd, LPCTSTR lpText, LPCTSTR lpCaption,UINT uType)

For overloaded functions, you can select which parameter list you want to view. The Parameter Info ToolTip is also displayed for nested functions.

See Also

Displaying Parameter Info

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.