Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.26 KB

ctl3dsubclassctl.md

File metadata and controls

71 lines (44 loc) · 1.26 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Subclasses an individual control unless the control appears in a dialog box.
07a2bce1-4c69-4f8d-bb24-b17351f5e771
Ctl3dSubclassCtl function
reference
05/31/2018
APIRef
kbSyntax
Ctl3dSubclassCtl
DllExport
Ctl3d32.dll

Ctl3dSubclassCtl function

Subclasses an individual control unless the control appears in a dialog box.

Syntax

BOOL Ctl3dSubclassCtl(
   HWND hwnd
);

Parameters

hwnd

A handle to the control window.

Return value

Returns TRUE if the control is successfully subclassed; otherwise, it returns FALSE.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Ctl3d32.dll

See also

Ctl3dUnsubclassCtl