Help for this page

Select Code to Download


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