/**Copyright(C)2006MikeMcCormack**Thislibraryisfreesoftware; you can redistribute it and/or*modifyitunderthetermsoftheGNULesserGeneralPublic*LicenseaspublishedbytheFreeSoftwareFoundation; either*version2.1oftheLicense,or(atyouroption)anylaterversion.**Thislibraryisdistributedinthehopethatitwillbeuseful,*butWITHOUTANYWARRANTY; without even the implied warranty of*MERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNU*LesserGeneralPublicLicenseformoredetails.**YoushouldhavereceivedacopyoftheGNULesserGeneralPublic*Licensealongwiththislibrary; if not, write to the Free Software*Foundation,Inc.,51FranklinSt,FifthFloor,Boston,MA02110-1301,USA*/[object,uuid(0c733a8b-2a1c-11ce-ade5-00aa0044773d),pointer_default(unique)]interfaceIDBInitialize:IUnknown{[local]HRESULTInitialize();[call_as(Initialize)]HRESULTRemoteInitialize([out]IErrorInfo**ppErrorInfoRem);[local]HRESULTUninitialize();[call_as(Uninitialize)]HRESULTRemoteUninitialize([out]IErrorInfo**ppErrorInfoRem);}