This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub AddFolder ( _ ByVal folderName As String, _ ByVal Info As String _ )
[C#] public void AddFolder ( string folderName, string Info );
[C++]
HRESULT AddFolder(
BSTR folderName,
BSTR Info
);
[C++]
Parameters folderName [in]
folderName is a parameter of type BSTR Info [in]
Info is a parameter of type BSTR