Sys::Info::Driver::Windows::OS::Net - A minimal interface to Win32API::Net


Sys-Info-Driver-Windows documentation  | view source Contained in the Sys-Info-Driver-Windows distribution.

Index


NAME

Top

Sys::Info::Driver::Windows::OS::Net - A minimal interface to Win32API::Net

SYNOPSIS

Top

    use Sys::Info::Driver::Windows::OS::Net;
    print Sys::Info::Driver::Windows::OS::Net->user_fullname( $login );

DESCRIPTION

Top

This document describes version 0.78 of Sys::Info::Driver::Windows::OS::Net released on 17 April 2011.

A minimal interface to Win32API::Net. If you're under Win9x, all methods will return undef.

METHODS

Top

user_fullname USER

Return's the user's full (real) name if possible.

user_logon_server USER

Returns the logon server of USER if possible.

AUTHOR

Top

Burak Gursoy <burak@cpan.org>.

COPYRIGHT

Top

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.2 or, at your option, any later version of Perl 5 you may have available.


Sys-Info-Driver-Windows documentation  | view source Contained in the Sys-Info-Driver-Windows distribution.