This document is archived and information here might be outdated. Recommended version. |
Update thumbnail info in index.
[Visual Basic .NET] Public Sub UpdateThumbnail ( _ ByVal catalogPath As String, _ ByVal pThumbInfo As IThumbnailInfo _ )
[C#] public void UpdateThumbnail ( string catalogPath, IThumbnailInfo pThumbInfo );
[C++]
HRESULT UpdateThumbnail(
BSTR catalogPath,
IThumbnailInfo* pThumbInfo
);
[C++] Parameters catalogPath [in]
catalogPath is a parameter of type BSTR pThumbInfo [in]
pThumbInfo is a parameter of type IThumbnailInfo*