Informs the object that it is being initialized as a newly created object.
Syntax
HRESULT InitNew(void);
Return Value
Returns one of the following values:
S_OK The object successfully initialized itself. E_UNEXPECTED This member was called after IPersistPropertyBag2::Load or IPersistPropertyBag2::Save.
Remarks
E_NOTIMPL should not be returned. Return S_OK even if the object does not perform any function in this method.