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". https://source.winehq.org/source/include/odbcinst.h

Implemented in "dlls/inetcpl.cpl/inetcpl.c". https://source.winehq.org/source/dlls/inetcpl.cpl/inetcpl.c

Debug channel "inetcpl".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.