Opens an existing drawing document
HRESULT DrawingOpen(CString fileName, IDrawingDocument **drawing)
fileName Name of the file including the path to be opened
Output Parameters
retVal Returns the drawing document opened
Description
Opens
an existing drawing document as specified by the file name. You can specify
the directory in filename string itself.(e.g. c:\myDrawing\Drawing1.cvd).