Share via


INmSharableApp

Use the INmSharableApp interface to retrieve the information necessary to share a running application with other members in a NetMeeting conference.

When to Implement

You do not need to implement this interface because the NetMeeting run time provides the INmSharableApp implementation on the Sharable Application object.

When to Use

Call the INmSharableApp methods from your NetMeeting client application to retrieve an applications window and window title, and to manage its sharing state.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
INmSharableApp methods Description
GetName Retrieves the title string from the window.
GetHwnd Retrieves the main window handle.
GetState Retrieves the current state of the application.
SetState Sets the current state of the shared application.

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.
**  Header:** Imsconf2.idl.

See Also

INmChannelAppShare