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