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) 1999-2000 Microsoft Corporation // // Module Name: // ExtObjID.idl // // Description: // Definition of COM interfaces for the Cluster Administrator // ClNetResEx Extension DLL. // // Maintained By: // David Potter (DavidP) Mmmm DD, 99 // // Revision History: // // Notes: // /////////////////////////////////////////////////////////////////////////////
// This file will be processed by the MIDL tool to // produce the type library (ExtObj.tlb) and marshalling code.
[ uuid(AB4B1104-DCD6-11D2-84B7-009027239464), version(1.0), helpstring("ClNetResEx 1.0 Type Library") ] library CLUADMEXLib { importlib("stdole2.tlb"); import "CluAdmEx.idl";
[ uuid(AB4B1105-DCD6-11D2-84B7-009027239464), helpstring("CoClNetResEx Class") ] coclass CoClNetResEx { interface IWEExtendPropertySheet; interface IWEExtendWizard; };
};
|