예제 #1
0
 protected override bool ReleaseHandle()
 {
     NativeMethods.uenum_close(handle);
     handle = IntPtr.Zero;
     return(true);
 }