Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs the object that it is being initialized as a newly created object.
Syntax
HRESULT retVal = object.InitNew();
Parameters
This method has no parameters.
Remarks
E_NOTIMPL should not be returned. Return S_OK, even if the object does not perform any function in this method.