未分类--Windows API--CallCPLEntry16

来源:互联网 发布:评价公司的网站 知乎 编辑:程序博客网 时间:2024/05/01 22:08

原文来自MSDN Library for Visual Studio 2008 SP1,翻译部分仅为个人观点,想要看更多信息请看MSDN,如有版权问题请联系QQ 643166601,邮件643166601@qq.com

 

CallCPLEntry16 Function

--------------------------------------------------------------------------------

Performs no function.
执行没有这个函数。
Provided for backward compatibility.
被提供是为了向后兼容。
Syntax

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

hInst
[in] Ignored.
被忽略。
lpfnEntry
[in] Ignored.
被忽略。
hwndCPL
[in] Ignored.
被忽略。
msg
[in] Ignored.
被忽略。
lParam1
[in] Ignored.
被忽略。
lParam2
[in] Ignored.
被忽略。
Return Value

Returns 0.

Remarks

Note  This function is available in Microsoft Windows 2000 and through Windows XP Service Pack 2 (SP2).
注意 这个函数是在Microsoft Windows 2000和Windows XP Service Pack 2 (SP2)中可用。
It is no longer available in Windows Vista and later.
在Windows Vista和更高版本不再可用。
Function Information

Minimum DLL Version shell32.dll version 5.0 or later
Custom Implementation No
Header shlobj.h
Import library shell32.lib
Minimum operating systems Windows 2000

 

 

 


 

 

0 0
原创粉丝点击