-----Original Message----- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 1:30 PM
>Those aren't strings, they are constants which you may have to define >yourself if they aren't in some module you can load. >use constant GW_CHILD => 2; >use constant SND_ASYNC => 4; >my $flags = GW_CHILD | SND_ASYNC; >my $return = $api->Call($flags); So, how can I find out what the constants are? i.e. Where can this information be found? I have discovered a few web-sites outlining the main win32 dlls - and describe their methods. Only one site (that I have found) actually gives these so-called constants. Unfortunately the API list is not complete. Jack _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users