Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Turns off subclassing for the specified control.
Syntax
BOOL WINAPI Ctl3dUnsubclassCtl(
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