Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.