CStockPropImpl::get_HWND

 

Call this method to get the window handle associated with the control.

Syntax

      HRESULT STDMETHODCALLTYPE get_HWND(
   LONG_PTR* phWnd 
);

Parameters

  • phWnd
    The window handle associated with the control.

Return Value

Returns S_OK on success, or an error HRESULT on failure.

Requirements

Header: atlctl.h

See Also

CStockPropImpl Class
CStockPropImpl::put_HWND