Variable Type Viewing (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.