This document is archived and information here might be outdated. Recommended version. |
Returns the container of a catalog path.
[Visual Basic .NET] Public Sub ParseContainer ( _ ByVal catalogPath As String, _ ByRef pContainer As String _ )
[C#] public void ParseContainer ( string catalogPath, ref string pContainer );
[C++]
HRESULT ParseContainer(
BSTR catalogPath,
System.String* pContainer
);
[C++]
Parameters catalogPath
catalogPath is a parameter of type BSTR pContainer
pContainer is a parameter of type BSTR*