Califique este contenido
MSDN
MSDN Library
 CPlApplet Function

We were unable to locate this content in es-mx.

Here is the same content in en-us.

CPlApplet Function

Serves as the entry point for a Control Panel application. This is a library-defined callback function.

Syntax

LONG CPlApplet(      
    HWND hwndCPl,     UINT uMsg,     LPARAM lParam1,     LPARAM lParam2 );

Parameters

hwndCPl
The identifier of the main window of the controlling application. Use the hwndCPl parameter for dialog boxes or other windows that require a handle to a parent window.
uMsg
The message being sent to the Control Panel application.
lParam1
Additional message-specific information.
lParam2
Additional message-specific information.

Return Value

The return value depends on the message.

For more information, see the descriptions of the individual Control Panel messages.

Remarks

Implementers of Control Panel items must also implement this function. No default implementation is available.

Function Information

Minimum DLL Version None
Custom ImplementationYes
Headercpl.h
Import libraryNone
Minimum operating systems Windows NT 3.1, Windows 95
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2009 Microsoft Corporation. Reservados todos los derechos. Temas legales | Marcas Registradas | Declaración de privacidad
Page view tracker