This document is archived and information here might be outdated. Recommended version. |
Generate the formatted message for the data (message or feature) provided.
[Visual Basic .NET]
Public Function FormatMessage ( _
ByVal dataObject As Object _
) As String
[C#]
public string FormatMessage (
object dataObject
);
[C++]
HRESULT FormatMessage(
LPUNKNOWN dataObject
);
[C++] Parameters dataObject [in]
dataObject is a parameter of type IUnknown