Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.05 KB

nf-ocidl-ipersistpropertybag-initnew.md

File metadata and controls

54 lines (47 loc) · 1.05 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:ocidl.IPersistPropertyBag.InitNew
com
IPersistPropertyBag::InitNew
05/25/2021
Windows
Informs the object that it is being initialized as a newly created object.
false
function
ocidl.h
Windows 10 Build 20348
Windows 10 Build 20348
apiref
COM
ocidl.h
IPersistPropertyBag::InitNew
IPersistPropertyBag::InitNew
ocidl/IPersistPropertyBag::InitNew
c++

-description

Informs the object that it is being initialized as a newly created object.

-returns

-remarks

E_NOTIMPL should not be returned. Return S_OK, even if the object does not perform any function in this method.

-see-also