Scroll to navigation

CPlApplet(3w) Wine API CPlApplet(3w)

NAME

CPlApplet (INETCPL.@)

SYNOPSIS

LONG CPlApplet
(
HWND hWnd,
UINT command,
LPARAM lParam1,
LPARAM lParam2
)
 

DESCRIPTION

Control Panel entry point.
 

PARAMS

hWnd [In] Handle for the Control Panel Window.
command [In] CPL_* Command.
lParam1 [In] first extra Parameter.
lParam2 [In] second extra Parameter.
 

RETURNS

Depends on the command
 

IMPLEMENTATION

Declared in "odbcinst.h".
Implemented in "dlls/inetcpl.cpl/inetcpl.c".
Debug channel "inetcpl".
Oct 2012 Wine API