CallCPLEntry16 function

[This function is available in Windows 2000 and through Windows XP Service Pack 2 (SP2). It is no longer available as of Windows Vista.]

Performs no function. Provided for backward compatibility.

Syntax

int CallCPLEntry16(
  _In_ HINSTANCE hInst,
  _In_ FARPROC16 lpfnEntry,
  _In_ HWND      hwndCPL,
  _In_ UINT      msg,
  _In_ LPARAM    lParam1,
  _In_ LPARAM    lParam2
);

Parameters

  • hInst [in]
    Type: HINSTANCE

    Ignored.

  • lpfnEntry [in]
    Type: FARPROC16

    Ignored.

  • hwndCPL [in]
    Type: HWND

    Ignored.

  • msg [in]
    Type: UINT

    Ignored.

  • lParam1 [in]
    Type: LPARAM

    Ignored.

  • lParam2 [in]
    Type: LPARAM

    Ignored.

Return value

Type: int

Returns 0.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

End of client support

Windows XP with SP2

Header

Shlobj.h

Library

Shell32.lib

DLL

Shell32.dll (version 5.0 or later)