Help for this page

Select Code to Download


  1. or download this
    0x8007202aL LDAP_AUTH_UNKNOWN ERROR_DS_AUTH_UNKNOWN
    
  2. or download this
    my $err = Win32::OLE->LastError();
    if $err == 0) {
    ...
       print STDOUT $err;
       print STDOUT "Failure!\n";
    }