Initializes the object to a default state. This method is called instead of IPersistStreamInit::Load.
HRESULT InitNew(void);
Return Values
This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
Remarks
If the object has already been initialized with Load, then this method must return E_UNEXPECTED.
See Also