This document is archived and information here might be outdated. Recommended version. |
Gets the type of the request from a binary message.
[Visual Basic .NET] Public Function GetBinaryRequestMessageType ( _ ByVal request As Byte[] _ ) As String
[C#] public string GetBinaryRequestMessageType ( Byte[] request );
[C++]
HRESULT GetBinaryRequestMessageType(
SafeArray request
);
[C++]
Parameters request [in]
request is a parameter of type SAFEARRAY(unsigned char)