It is used for getting the current body format information
Example code
CComPtr<ISmpReport>m_SmpReport; HRESULT hr=SmpReport.CoCreateInstance(CLSID_SmpReport); BSTR bstrFont; Long lSize,lColour; m_SmpReport->GetBodyFormat(&bstrFont,&lSize,&lColour);