Visual Basic (Declaration) | |
---|---|
Function ProcessMessage( _ ByVal sessionCookie As String, _ ByVal headerData() As Byte, _ ByVal packetData() As Byte, _ ByRef responseHeaderData As Byte(), _ ByRef responsePacketData As Byte() _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IServerMarshalingService Dim sessionCookie As String Dim headerData() As Byte Dim packetData() As Byte Dim responseHeaderData As Byte() Dim responsePacketData As Byte() Dim value As Boolean value = instance.ProcessMessage(sessionCookie, headerData, packetData, responseHeaderData, responsePacketData) |
C# | |
---|---|
bool ProcessMessage( string sessionCookie, byte[] headerData, byte[] packetData, out byte[] responseHeaderData, out byte[] responsePacketData ) |
C++/CLI | |
---|---|
bool ProcessMessage( String^ sessionCookie, array<byte>^ headerData, array<byte>^ packetData, [Out] array<byte> responseHeaderData, [Out] array<byte> responsePacketData ) |
Parameters
- sessionCookie
- headerData
- packetData
- responseHeaderData
- responsePacketData
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2