14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
30 protected override void Dispose(
bool disposing) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
37 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
39 base.Dispose(disposing);
43 public virtual bool done() {
49 public virtual void next() {
54 public virtual void get(ref
string password) {
55IntPtr tmp_password = Marshal.StringToCoTaskMemUni(password);
56 IntPtr saved_password = tmp_password;
61if (tmp_password != saved_password) password = Marshal.PtrToStringUni(tmp_password);
OdPwdIterator(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdPwdIterator obj)
override void Dispose(bool disposing)
static string getRealClassName(IntPtr ptr)
static global::System.Exception Retrieve()
static void OdPwdIterator_get(HandleRef jarg1, ref IntPtr jarg2)
static void OdPwdIterator_next(HandleRef jarg1)
static void delete_OdPwdIterator(HandleRef jarg1)
static string OdPwdIterator_getRealClassName(IntPtr jarg1)
static bool OdPwdIterator_done(HandleRef jarg1)