//+----------------------------------------------- // // Microsoft Site Server v3.00 // Copyright (C) 1997-1998 Microsoft Corporation. All rights reserved. // // File: gthrntfysdk.idl // // Contents: Declaration of the gather notify interface. // // Interfaces: IGatherNotify // //+----------------------------------------------- #include "GthrNtfy.idl" [ uuid(0b63e34a-9ccc-11d0-bcdb-00805fccce04), version(1.0), helpstring("Site Server Gather Notify Type Library") ] library GATHERNotifyLib { importlib("stdole32.tlb"); [ uuid(0b63e34b-9ccc-11d0-bcdb-00805fccce04), helpstring("Gatherer Notification Class") ] coclass CGatherNotify { interface IGatherNotify; } };