![]() |
This document is archived and information here might be outdated. Recommended version. |
The symbol patch image.
[Visual Basic .NET] Public Function get_SymbolPatchImage ( _ ByVal fileType As String _ ) As String
[C#] public string get_SymbolPatchImage ( string fileType );
[C++]
HRESULT get_SymbolPatchImage(
BSTR fileType,
System.String* patchPath
);
[C++]
Parameters fileType [in]
fileType is a parameter of type BSTR patchPath [out, retval]
patchPath is a parameter of type BSTR*