Share via


INmObject

Use the INmObject interface access the NetMeeting 3 user interface (UI) component from a NetMeeting client application.

When to Implement

You do not need to implement the methods on this interface because the NetMeeting standard implementation provides complete functionality.

When to Use

Call the INmObject methods to display the Find Someone dialog box, to display the NetMeeting application components (Whiteboard, Chat, and sharable applications), and to show the Local System object client information on both local and remote systems.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Retrieves pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.
INmObject methods Description
CallDialog Displays the Find Someone dialog box for a directory (shown by the White Pages icon) so that the end user can make a selection.
ShowLocal Shows specific NetMeeting component applications in the UI.
VerifyUserInfo Displays information about the end user from the Local System object on the local system so that the user can fill in missing information or can correct information that is wrong. Successfully completing this dialog inhibits the launch of the NetMeeting wizard.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Version:** Requires NetMeeting 3.0 or later.
**  Header:** Imsconf2.idl.