6 Appendix A: Full IDL

For ease of implementation, the full IDL is provided where "ms-oaut.idl" is the IDL that is specified in [MS-OAUT] Appendix A.

 import "ms-oaut.idl";
  
 [
     object,
     uuid( 52C80B95-C1AD-4240-8D89-72E9FA84025E ),
     dual,
     helpstring("IClusCfgAsyncEvictCleanup interface"),
     pointer_default( unique )
 ]
 interface
 IClusCfgAsyncEvictCleanup : IDispatch
 {
     HRESULT CleanupNode(
         [ in ] BSTR  bstrEvictedNodeNameIn,
         [ in ] long  nDelayIn,
         [ in ] long  nTimeoutIn
         );
 };