IsNSCWindowOwner method
Determines if the specified window handle is owned by the object.
![]() |
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 code | Description |
|---|---|
|
The window handle is owned by the object. |
|
The window handle is not owned by the object. |
|
Not implemented. |
Remarks
If implemented, returns S_OK if the window handle is owned by the object, S_FALSE if not.
See also
Show:
