/**Copyright(C)2005VijayKiranKamuju**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.,59TemplePlace,Suite330,Boston,MA02111-1307USA*/import"objidl.idl";[local,object,uuid(f77459a0-bf9a-11cf-ba4e-00c04fd70816),pointer_default(unique)]interfaceIMimeInfo:IUnknown{typedef[unique]IMimeInfo*LPMIMEINFO;HRESULTGetMimeCLSIDMapping([out]UINT*pcTypes,[out]LPCSTR**ppszTypes,[out]CLSID**ppclsID);}cpp_quote("#define SID_IMimeInfo IID_IMimeInfo")