Parameter List Viewing for a Function (Windows CE 5.0)
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
Send Feedback on this topic to the authors