in reply to Re: Problems with Win32::API module
in thread Problems with Win32::API module
#!/usr/bin/perl use Win32::API; my $lpBuffer = "\0" x 64; my $ZP4StartSession = new Win32::API("ZP4", "ZP4StartSession", [N], P) + || die Win32::FormatMessage(Win32::GetLastError); my $LLHandle = $ZP4StartSession->Call($lpBuffer) || die Win32::FormatM +essage(Win32::GetLastError);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problems with Win32::API module (addr)
by tye (Sage) on May 01, 2007 at 16:17 UTC |