home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / vsopcsid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  771 b   |  23 lines

  1. // --vsopcsid.h------------------------------------------------------------------
  2. //
  3. // Defines the class and interface identifiers for the Virtual Stream On Property
  4. // interface..
  5. //          
  6. // Identifiers defined:
  7. //
  8. //          IID_IEDKVirtualStreamOnProperty
  9. //
  10. // Copyright (C) Microsoft Corp., 1986-1996.  All rights reserved.
  11. //
  12. // ----------------------------------------------------------------------------
  13.  
  14. #ifndef _VSOPCSID_H
  15. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  16. #define _VSOPCSID_H
  17.  
  18. // Buffered Stream on property interface identifier.
  19. DEFINE_GUID(IID_IEDKVirtualStreamOnProperty, 0x5BCA8A70L, 0xC2BA, 0x11CE, 0x86, 0xE6, 0x00, 0xAA, 0x00, 0x4A, 0xC5, 0xC1);
  20.  
  21. #pragma option pop /*P_O_Pop*/
  22. #endif    // !defined(_VSOPCSID_H)
  23.