This document is archived and information here might be outdated. Recommended version. |
Delete ItemInfo from Index File.
[Visual Basic .NET]
Public Sub DeleteItemInfo ( _
ByVal indexPath As String, _
ByVal pGuid As String _
)
[C#]
public void DeleteItemInfo (
string indexPath,
string pGuid
);
[C++]
HRESULT DeleteItemInfo(
BSTR indexPath,
BSTR pGuid
);
[C++] Parameters indexPath [in]
indexPath is a parameter of type BSTR pGuid [in]
pGuid is a parameter of type BSTR