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.
int CallCPLEntry16(
_In_ HINSTANCE hInst,
_In_ FARPROC16 lpfnEntry,
_In_ HWND hwndCPL,
_In_ UINT msg,
_In_ LPARAM lParam1,
_In_ LPARAM lParam2
);
hInst [in]
Type: HINSTANCEIgnored.
lpfnEntry [in]
Type: FARPROC16Ignored.
hwndCPL [in]
Type: HWNDIgnored.
msg [in]
Type: UINTIgnored.
lParam1 [in]
Type: LPARAMIgnored.
lParam2 [in]
Type: LPARAMIgnored.
Type: int
Returns 0.
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) |