术语 | shenumerateunreadmailaccounts |
释义 | SHEnumerateUnreadMailAccounts 语法: HRESULT SHEnumerateUnreadMailAccounts( HKEY hKeyUser, DWORD dwIndex, LPWSTR pszMailAddress, int cchMailAddress ); SHEnumerateUnreadMailAccounts功能 枚举的用户帐户有未读电子邮件。 参数 hKeyUser [in]一个特定的用户有效HKEY。 dwIndex [in]的用户帐户的索引。 pszMailAddress [in]一个Unicode字符串指针,指定的电子一个属于指定用户帐户的电子邮件地址。 cchMailAddress [in]中的电子邮件地址中的字符数。 返回值 返回S_OK如果成功,或其他错误值。 备注 该hKeyUser参数是对用户的信息根HKEY,列举例如HKEY_CURRENT_USER,或其它任何键在HKEY_USERS。 这个函数既有单字节和双字节版本。的Unicode(双字节)版本记录。 功能信息 最低DLL版本 shell32.dll 自定义ImplementationNo Headershellapi.h import libraryshell32.lib XP的最低经营systemsWindows UnicodeImplemented为Unicode版本。 ==英文原文==SHEnumerateUnreadMailAccounts Function Enumerates the user accounts that have unread e-mail. Syntax HRESULT SHEnumerateUnreadMailAccounts( HKEY hKeyUser, DWORD dwIndex, LPWSTR pszMailAddress, int cchMailAddress ); Parameters hKeyUser [in] A valid HKEY for a given user. dwIndex [in] The index of the user account. pszMailAddress [in] A pointer to Unicode string that specifies the e-mail address of an account belonging to the specified user. cchMailAddress [in] The number of characters in the e-mail address. Return Value Returns S_OK if successful, or an error value otherwise. Remarks The hKeyUser parameter is the HKEY for the root of the user's information, for example HKEY_CURRENT_USER , or any key enumerated under HKEY_USERS . This function has both a single-byte and a double-byte version. The Unicode (double-byte) version is documented. Function Information Minimum DLL Versionshell32.dll Custom ImplementationNo Headershellapi.h Import libraryshell32.lib Minimum operating systemsWindows XP UnicodeImplemented as Unicode version. ==原始网址==http://msdn.microsoft.com/en-us/library/bb762161(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。