This document is archived and information here might be outdated. Recommended version. |
Path to photo file.
[Visual Basic .NET]
Public Property PhotoFile As String
[C#]
public string PhotoFile {get; set;}
[C++]
HRESULT get_PhotoFile(
BSTR ppPhFilePath
);
[C++]
HRESULT put_PhotoFile(
System.String* ppPhFilePath
);
[C++] Parameters ppPhFilePath [in]
ppPhFilePath is a parameter of type BSTR ppPhFilePath [out, retval]
ppPhFilePath is a parameter of type BSTR*