Public Member Functions | |
HRESULT | CreateDocument ([in] long parentWnd,[out, retval] IDispatch **ppDocument) |
Create new document. |
Component allows to import external data to the Tahiti. There is example how-to access this interface:
set tahiti=CreateObject("LightComp.Tahiti") set comp = tahiti.components.item("DocumentIO") set docIO = comp.getInterface()
HRESULT CreateDocument | ( | [in] long | parentWnd, | |
[out, retval] IDispatch ** | ppDocument | |||
) |
Create new document.
parentWnd | Parent window handle (HWND) |
ppDocument | Return newly created document. Return error if creation failed. Return E_ABORT if canceled. |