in reply to Re^2: Win32::API to import function
in thread Win32::API to import function
my $sFuncRscIoCheck = new Win32::API('Rscw32', 'USHORT RSCCHK(ULONG ul +ConnectionHandle,ULONG ulSessionHandle,SHORT *pnIoHandle,VOID *pvRepl +yBuffer,USHORT *puReplySize)'); $sReturn = $sFuncRscIoCheck->Call($sConnectionHandle, $sSessionHandle, $sCheckAll, $sReplyBuffer, $sReplySize);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::API to import function
by Anonymous Monk on Mar 15, 2005 at 13:46 UTC |