IFileDocument.New Method
Top
Declaration
Automation:
void
New
( ) ;
Native (C++):
HRESULT
New
( ) ;
Return Value
S_OK or standard OLE error code.
Remarks
Creates a new, empty document. Complexity: constant-time.
Top