Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |
|
See also