This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/vsopcsid.h

23 lines
749 B
C

// --vsopcsid.h------------------------------------------------------------------
//
// Defines the class and interface identifiers for the Virtual Stream On Property
// interface..
//
// Identifiers defined:
//
// IID_IEDKVirtualStreamOnProperty
//
// Copyright (C) Microsoft Corp., 1986-1996. All rights reserved.
//
// ----------------------------------------------------------------------------
#ifndef _VSOPCSID_H
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define _VSOPCSID_H
// Buffered Stream on property interface identifier.
DEFINE_GUID(IID_IEDKVirtualStreamOnProperty, 0x5BCA8A70L, 0xC2BA, 0x11CE, 0x86, 0xE6, 0x00, 0xAA, 0x00, 0x4A, 0xC5, 0xC1);
#pragma option pop /*P_O_Pop*/
#endif // !defined(_VSOPCSID_H)