示例#1
0
 internal _IRDPSessionEvents_SinkHelper()
 {
     this.m_dwCookie = 0;
     this.m_OnAttendeeConnectedDelegate       = (_IRDPSessionEvents_OnAttendeeConnectedEventHandler)null;
     this.m_OnAttendeeDisconnectedDelegate    = (_IRDPSessionEvents_OnAttendeeDisconnectedEventHandler)null;
     this.m_OnAttendeeUpdateDelegate          = (_IRDPSessionEvents_OnAttendeeUpdateEventHandler)null;
     this.m_OnConnectionEstablishedDelegate   = (_IRDPSessionEvents_OnConnectionEstablishedEventHandler)null;
     this.m_OnConnectionFailedDelegate        = (_IRDPSessionEvents_OnConnectionFailedEventHandler)null;
     this.m_OnConnectionTerminatedDelegate    = (_IRDPSessionEvents_OnConnectionTerminatedEventHandler)null;
     this.m_OnConnectionAuthenticatedDelegate = (_IRDPSessionEvents_OnConnectionAuthenticatedEventHandler)null;
     this.m_OnErrorDelegate                     = (_IRDPSessionEvents_OnErrorEventHandler)null;
     this.m_OnApplicationOpenDelegate           = (_IRDPSessionEvents_OnApplicationOpenEventHandler)null;
     this.m_OnApplicationCloseDelegate          = (_IRDPSessionEvents_OnApplicationCloseEventHandler)null;
     this.m_OnApplicationUpdateDelegate         = (_IRDPSessionEvents_OnApplicationUpdateEventHandler)null;
     this.m_OnWindowOpenDelegate                = (_IRDPSessionEvents_OnWindowOpenEventHandler)null;
     this.m_OnWindowCloseDelegate               = (_IRDPSessionEvents_OnWindowCloseEventHandler)null;
     this.m_OnWindowUpdateDelegate              = (_IRDPSessionEvents_OnWindowUpdateEventHandler)null;
     this.m_OnControlLevelChangeRequestDelegate =
         (_IRDPSessionEvents_OnControlLevelChangeRequestEventHandler)null;
     this.m_OnGraphicsStreamPausedDelegate         = (_IRDPSessionEvents_OnGraphicsStreamPausedEventHandler)null;
     this.m_OnGraphicsStreamResumedDelegate        = (_IRDPSessionEvents_OnGraphicsStreamResumedEventHandler)null;
     this.m_OnChannelDataReceivedDelegate          = (_IRDPSessionEvents_OnChannelDataReceivedEventHandler)null;
     this.m_OnChannelDataSentDelegate              = (_IRDPSessionEvents_OnChannelDataSentEventHandler)null;
     this.m_OnSharedRectChangedDelegate            = (_IRDPSessionEvents_OnSharedRectChangedEventHandler)null;
     this.m_OnFocusReleasedDelegate                = (_IRDPSessionEvents_OnFocusReleasedEventHandler)null;
     this.m_OnSharedDesktopSettingsChangedDelegate =
         (_IRDPSessionEvents_OnSharedDesktopSettingsChangedEventHandler)null;
 }
示例#2
0
 public virtual extern void remove_OnConnectionTerminated(
     [In] _IRDPSessionEvents_OnConnectionTerminatedEventHandler obj0);