Share via


INmChannelAppShareNotify::StateChanged

The NetMeeting 3 run time calls the StateChanged method as an event sink for notifications when sharable application on the local computer becomes shared or is no longer being shared.

HRESULT StateChanged(
NM_SHAPP_STATE uState,
  INmSharableApp *pApp);

Parameters

  • uState
    [in] Value from NM_SHAPP_* state constants.
  • pApp
    [in] Pointer to the INmSharableApp interface pointer on the application-sharing channel object that changed.

Return Values

  • S_OK
    This must be returned by the client implementation.

See Also

INmChannelAppShareNotify, Application Sharing Channel Notification Object, Application Sharing Channel Notification Object Details