Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
///////////////////////////////////////////////////////////////////////////// // // Copyright (c) 1996-1997 Microsoft Corporation // // Module Name: // ExtObjID.idl // // Abstract: // Definition of COM interfaces for the Cluster Administrator // IIS extensions DLL. // // Author: // David Potter (davidp) August 29, 1996 // // Revision History: // // Notes: // /////////////////////////////////////////////////////////////////////////////
// This file will be processed by the MIDL tool to // produce the type library (ExtObj.tlb) and marshalling code.
[ uuid(4EC90FC1-D0BB-11CF-B5EF-00A0C90AB505), version(1.0), helpstring("IISClEx3 1.0 Type Library") ] library CLUADMEXLib { importlib("stdole2.tlb"); import "cluadmex.idl";
[ uuid(4EC90FC0-D0BB-11CF-B5EF-00A0C90AB505), helpstring("CoIISClEx3 Class") ] coclass CoIISClEx3 { [default] interface IWEExtendPropertySheet; interface IWEExtendWizard; #ifdef _DEMO_CTX_MENUS interface IWEExtendContextMenu; interface IWEInvokeCommand; #endif };
};
|