Help Center
Help CenterAfxNova

AfxDialogUnitsToPixelsfunction

Converts the specified dialog box units to screen units (pixels).

WindowsfunctionAfxWin.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE FUNCTION AfxDialogUnitsToPixels (BYVAL hDlg AS HWND, BYVAL dluX AS LONG, BYVAL dluY AS LONG, BYREF pixelX AS LONG, BYREF pixelY AS LONG) AS BOOLEAN

Description

Converts the specified dialog box units to screen units (pixels).

Reference

  • Include file AfxWin.inc
  • Defined in AfxNova/AfxWin.inc:3141