This document is archived and information here might be outdated. Recommended version. |
Imports the symbol definition.
[Visual Basic .NET] Public Sub CreateFromFile ( _ ByVal FileName As String _ )
[C#] public void CreateFromFile ( string FileName );
[C++]
HRESULT CreateFromFile(
BSTR FileName
);
[C++]
Parameters FileName [in]
FileName is a parameter of type BSTR
Pass in the full path to the file. URLs are also supported as the file path string.