home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osr1.exe / src / IODDefs.idl < prev    next >
Text File  |  1997-03-21  |  3KB  |  83 lines

  1. /* @(#)Z 1.3 os2/src/storage/idl/IODDefs.idl, oddataxfer, od96os2, odos29712d 97/03/21 17:21:39 (96/08/23 01:43:40) */
  2. //#====START_GENERATED_PROLOG======================================
  3. //#
  4. //#
  5. //#   COMPONENT_NAME: oddataxfer
  6. //#
  7. //#   CLASSES: none
  8. //#
  9. //#   ORIGINS: 82,27
  10. //#
  11. //#
  12. //#   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13. //#   All Rights Reserved
  14. //#   Licensed Materials - Property of IBM
  15. //#   US Government Users Restricted Rights - Use, duplication or
  16. //#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. //#       
  18. //#   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19. //#   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20. //#   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21. //#   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22. //#   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23. //#   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24. //#   OR PERFORMANCE OF THIS SOFTWARE.
  25. //#
  26. //#====END_GENERATED_PROLOG========================================
  27. //#
  28.  
  29. /********************************************************************/
  30. /*                                                                  */
  31. /* Copyright (C) Apple Computer, Inc., 1994                         */
  32. /*                                                                  */
  33. /********************************************************************/
  34.  
  35. #ifndef _IODDEFS_
  36. #define _IODDEFS_
  37.  
  38. #ifndef _ODTYPESB_
  39.   #include <odtypesb.idl>
  40. #endif
  41.  
  42. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_IODTYPES)
  43. #pragma somemittypes on
  44. #endif
  45.  
  46. //#============================================================================
  47. //# Typedefs
  48. //#============================================================================
  49.  
  50. typedef ODISOStr IODFileName;
  51. typedef ODULong  ODLinkConnectionID;
  52. typedef ODISOStr IODDSOMExternalizedID;
  53.  
  54. /*
  55.  * AuxiliaryState is the state that gets communicated between
  56.  * a LinkSource and a LinkSourceSurrogate.  When a LinkSource calls
  57.  * LinkSourceToAS::LinkClosed, it passes a pointer to this struct.  If
  58.  *
  59.  */
  60. struct IODAuxiliaryState {
  61.   ODULong         version;         // version of this auxilary state
  62.   ODLinkConnectionID idCounter;       // Current value of counter.
  63.   ODByteArray     remoteLinkInfos; // This encodes the info of registered/tracked
  64.                                    // link targets.
  65. };
  66.  
  67. /*
  68.  * IODDocument is a document id assigned by the Availability Server
  69.  * and used for linking.
  70. */
  71. typedef ODULong IODDocumentID;
  72.  
  73. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_IODTYPES)
  74. #pragma somemittypes off
  75. #endif
  76.  
  77. module IOpenDoc_Defs
  78. {
  79.   const string IOpenDoc_Defs_Version = "1.0.";
  80. };
  81.  
  82. #endif
  83.