Leaked source code of windows server 2003
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.
 
 
 
 
 
 

31 lines
731 B

//
// shutdowntask.idl : IDL source for Shutdown Task
//
// This file will be processed by the MIDL tool to
// produce the type library (shutdowntask.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
import "..\..\..\idl\appliancetask.idl";
[
uuid(e7ef0b2f-b296-4614-b2fb-b4903d7fc1e4),
version(1.0),
helpstring("Server Appliance Shutdown Task 1.0 Type Library")
]
library ShutdownTaskLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(61d29612-bf7e-445c-8825-d26fcd3fc54a),
helpstring("Server Appliance Shutdown Task Class")
]
coclass SAShutdownTask
{
[default] interface IApplianceTask;
};
};