Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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