home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / pickle / picklt / picklt.acf < prev    next >
Encoding:
Text File  |  1995-11-14  |  386 b   |  15 lines

  1. [ implicit_handle(handle_t ImplicitPicHandle )
  2. ]
  3. interface type_pickle
  4. {
  5.  
  6. /* Both encode and decode will be used with OBJECT2 objects. 
  7.    We don't need to generate pickling routines for OBJECT1 type.
  8.    If OBJECT1 object needed to be serialized separately,
  9.    it would be easier to put encode,decode attributes on the interface.
  10. */
  11.  
  12. typedef [encode, decode] OBJECT2;
  13.  
  14. }
  15.