Searched refs:nDataReceivedEventId (Results 1 – 2 of 2) sorted by relevance
70 , nDataReceivedEventId( 0 ) in CommunicationLinkViaSocket()88 while ( nConnectionClosedEventId || nDataReceivedEventId ) in ~CommunicationLinkViaSocket()103 if ( nDataReceivedEventId ) in ~CommunicationLinkViaSocket()105 GetpApp()->RemoveUserEvent( nDataReceivedEventId ); in ~CommunicationLinkViaSocket()106 nDataReceivedEventId = 0; in ~CommunicationLinkViaSocket()250 nDataReceivedEventId = 0; // Achtung!! alles andere mu� oben gemacht werden. in DataReceived()257 … nDataReceivedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLink, DataReceived ) ); in IMPL_LINK()
100 sal_uLong nDataReceivedEventId; member in CommunicationLinkViaSocket
Completed in 11 milliseconds