18 lines
472 B
C
18 lines
472 B
C
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1995 - 1995.
|
|
|
|
// File: guids.h
|
|
|
|
// Contents: Guids local to this directory
|
|
|
|
// History: 21-Apr-95 BruceFo Created
|
|
|
|
#ifndef __GUIDS_H__
|
|
#define __GUIDS_H__
|
|
|
|
DEFINE_GUID(CLSID_CShare, 0xf81e9010, 0x6ea4, 0x11ce, 0xa7, 0xff, 0x00, 0xaa, 0x00, 0x3c, 0xa9, 0xf6);
|
|
|
|
DEFINE_GUID(CLSID_CShareCopyHook, 0x40dd6e20, 0x7c17, 0x11ce, 0xa8, 0x04, 0x00, 0xaa, 0x00, 0x3c, 0xa9, 0xf6);
|
|
|
|
#endif // __GUIDS_H__
|