- or download this
$hObject = 0;
$result = &testmain::DoAttach( 123, 0x1234, $hObject);
- or download this
long
dsmFSAttach(PID,service,hFS)
...
OUTPUT:
hFS
RETVAL
- or download this
long DoAttach(unsigned short PID,
unsigned short service,
...
*hFS = ReturnFromSomeFunc(...)
return foo;
}