Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Type Info ToolTip contains the complete declaration for any identifier. For example, consider the MessageBox function in the following code sample:
//App command to run the dialog
void CMyAppApp::OnAppAbout()
{
CAboutDlg about Dlg;
about Dlg;
MessageBox
}
When the MessageBox identifier is selected by the pointer or with a shortcut key, the Type Info ToolTip displays following information about MessageBox.
int_cdecl MessageBox[HWND,unsigned short*,unsigned short*,unsigned int}
See Also
Displaying Type Info | Turning Off the Automatic Display of Type Info
Send Feedback on this topic to the authors