Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 22. Win32 Modules and Extensions > LocalGroupGetAttributes - Pg. 658

wait $mut->wait([timeout]) The Win32::IPC method inherited by this module. Makes the calling process wait for ownership of the mutex object for the number of milliseconds specified by timeout . If the mutex doesn't become available before the timeout, the call returns 0 . Win32::NetAdmin The Win32::NetAdmin module provides extensive functionality for adminis- tering users and groups on Windows NT servers. This module does not implement an object interface for administration; it exports several functions that execute administrative commands. (This module does not load on Windows 95 systems.) The following functions are provided by the Win32::NetAdmin module. The server argument of each function is optional; however, a placeholder for the argu- ment must be used if you don't supply a name. An empty string ("") will work, indicating that the local machine should be used. GetDomainController GetDomainController (server, domain, $name)