IWebBrowser2::ReadyState Property

Gets the ready state of the object.

Syntax

HRESULT IWebBrowser2::get_ReadyState(READYSTATE *plReadyState);

Parameters

  • plReadyState
    Address of a variable that receives one of the READYSTATE enumeration values.

Return Value

Returns S_OK if successful, or an error value otherwise.