IsNSCWindowOwner method

Determines if the specified window handle is owned by the object.

Internet Explorer 8

 

Syntax


HRESULT retVal = object.IsNSCWindowOwner(hwnd);

Parameters

hwnd [in]

Type: HWND

A window handle.

Return value

Type: HRESULT

This method can return one of these values.

Return codeDescription
S_OK

The window handle is owned by the object.

S_FALSE

The window handle is not owned by the object.

E_NOTIMPL

Not implemented.

 

Remarks

If implemented, returns S_OK if the window handle is owned by the object, S_FALSE if not.

See also

OnNSCWinEvent

 

 

Show: