home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / ba / tvxsamp / tvxsamp.odl < prev    next >
Text File  |  1997-09-03  |  1KB  |  51 lines

  1. // TVXSamp.odl : TV Viewer sample application
  2. //
  3. // Copyright (C) 1997 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to the
  7. // Broadcast Architecture Programmer's Reference.
  8. // For detailed information regarding Broadcast
  9. // Architecture, see the reference.
  10. //
  11.  
  12. // This file will be processed by the MIDL compiler to produce the
  13. // type library (TVXSamp.tlb).
  14.  
  15. [ uuid(FF521023-0CE4-11D1-98AE-080009DC95C5), version(1.0) ]
  16. library TVXSamp
  17. {
  18.     importlib("stdole32.tlb");
  19.     
  20.  
  21.     //  Primary dispatch interface for CTVXSampDoc
  22.     
  23.     [ uuid(FF521024-0CE4-11D1-98AE-080009DC95C5) ]
  24.     dispinterface ITVXSamp
  25.     {
  26.         properties:
  27.             // NOTE - ClassWizard will maintain property information here.
  28.             //    Use extreme caution when editing this section.
  29.             //{{AFX_ODL_PROP(CTVXSampDlgAutoProxy)
  30.             //}}AFX_ODL_PROP
  31.             
  32.         methods:
  33.             // NOTE - ClassWizard will maintain method information here.
  34.             //    Use extreme caution when editing this section.
  35.             //{{AFX_ODL_METHOD(CTVXSampDlgAutoProxy)
  36.             //}}AFX_ODL_METHOD
  37.  
  38.     };
  39.  
  40.     //  Class information for CTVXSampDoc
  41.     
  42.     [ uuid(FF521022-0CE4-11D1-98AE-080009DC95C5) ]
  43.     coclass TVXSamp
  44.     {
  45.         [default] dispinterface ITVXSamp;
  46.     };
  47.  
  48.     //{{AFX_APPEND_ODL}}
  49.     //}}AFX_APPEND_ODL}}
  50. };
  51.