private void CleanLastError()
 {
     SafeNativeMethods.ADsSetLastError(SafeNativeMethods.ERROR_SUCCESS, null, null);
 }
Example #2
0
 private void CleanLastError()
 {
     SafeNativeMethods.ADsSetLastError(0, null, null);
 }