NAME

Win32::IPC - Support module for Semaphores, Mutexes,Process and ChangeNotify Synchronization

SYNOPSIS

use Win32::Process;
#Create objects.

Win32::Process::WaitForMultipleObjects(@ListOfObjects,$WaitAll,$Timeout);

DESCRIPTION

This module is loaded by any of the IPC supporting modules. (listed above). It supplies the WaitForMultipleObjects call to those objects.