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.
Called by the MSHTML implementation of IOleInPlaceActiveObject::OnDocWindowActivate.
Syntax
HRESULT retVal = object.OnDocWindowActivate(fActivate);
Parameters
fActivate [in]
Type: BOOL
A BOOL value that indicates the state of the document window.
TRUE
The window is activated.
FALSE
The window is deactivated.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.