Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. leeked

    Problems with Win32::API module

    I realized I posted the wrong code, here it is corrected: #!/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) ||...
  2. leeked

    Problems with Win32::API module

    I've seen this question elsewhere and I have been all over Google trying to find a solution but I cannot find one anywhere. Here is the code: #!/usr/bin/perl use Win32::API; my $ZP4StartSession = new Win32::API("ZP4", "ZP4StartSession", [N], P) || die...

Part and Inventory Search

Back
Top