Hex Editor
- Binary File Editing Software for Windows
IFileDocument.New Method
< Previous
Top
Next >
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.
< Previous
Top
Next >