Help Center

AfxGetWindowWidthfunction

Returns the width of a window, in pixels.

WindowsfunctionAfxWin.incdocumented

Syntax

FUNCTION AfxGetWindowWidth (BYVAL hwnd AS HWND) AS LONG

Parameters

NameDescription
hwndHandle to the window.

Description

Returns the width of a window, in pixels.

Reference

  • Include file AfxWin.inc
  • Defined in AfxNova/AfxWin.inc:1961
  • Documented in Windows/Windows Procedures.md
  • Topic: Windows Procedures