Method of IFileHandler
Called when new file to be created
var ppDocument = FileHandler.Create(strDocumentType, vContent);
ppDocument = FileHandler.Create strDocumentType, vContent
CComPtr<IExternalDocument> pDocument; HRESULT hr = FileHandler.Create(strDocumentType, vContent, &pDocument);