![]() | ![]() | ![]() |
| ||
|
IPersistPropertyBag2::InitNew
HRESULT InitNew(void);Informs the object that it is being initialized as a newly created object.
- Returns one of the following values:
S_OK The object successfully initialized itself. This should be returned even if the object doesn't do anything in the function. E_UNEXPECTED This member was called after IPersistPropertyBag2::Load or IPersistPropertyBag2::Save. E_NOTIMPL should not be returned. Return S_OK even if the object does not perform any function in this method.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.