Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
23
c_adlib/ad_kw/KWalletEnum.cs
Normal file
23
c_adlib/ad_kw/KWalletEnum.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Collections.Specialized;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Novell.CASA.DataEngines.KWallet
|
||||
{
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
||||
public class EnumSecretList
|
||||
{
|
||||
|
||||
public IntPtr walletName;
|
||||
public IntPtr folderName;
|
||||
public int entryType;
|
||||
public IntPtr secretVal;
|
||||
public IntPtr next;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user