| c++ Programming Glossary: pmsHow to load html contents from stream and then how to create style sheet to display the html file in preview pane (like HTML preview handler) http://stackoverflow.com/questions/17909747/how-to-load-html-contents-from-stream-and-then-how-to-create-style-sheet-to-disp  LPVOID pPersist  if pPersist    IMarkupServices pMS NULL  pPersist InitNew   pPersist Release   pDoc QueryInterface.. Release   pDoc QueryInterface IID_IMarkupServices LPVOID pMS   if pMS     IMarkupContainer pMC NULL   IMarkupPointer pMkStart..   pDoc QueryInterface IID_IMarkupServices LPVOID pMS   if pMS     IMarkupContainer pMC NULL   IMarkupPointer pMkStart NULL.. 
 |