术语 | nddegeterrorstring |
释义 | NDdeGetErrorString 语法: C++ UINT NDdeGetErrorString( __in UINT uErrorCode, __out LPTSTR lpszErrorString, __in DWORD cBufSize ); NDdeGetErrorString功能 [网络DDE不再支持。 Nddeapi.dll是目前在Windows Vista上,但所有的函数调用返回NDDE_NOT_IMPLEMENTED。] 错误代码转换为一个网络DDE函数返回到一个错误字符串,解释返回的错误代码。 参数 uErrorCode [in] 错误代码转换成一个错误字符串。 lpszErrorString [out] 阿一个缓冲区,它接收翻译错误字符串指针。这个参数不能为NULL。如果缓冲区不够大,存储完整的错误字符串,该字符串被截断。 cBufSize [in] 缓冲区的大小收到错误字符串,在TCHARs。 返回值 如果函数成功,返回值是零。 如果函数失败,返回值是一个非零错误代码。如果lpszErrorString缓冲区不够大,无法接受完整的错误字符串,该字符串被截断,该函数返回值NDDE_INTERNAL_ERROR。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderNddeapi.h LibraryNddeapi.lib DLLNddeapi.dll Unicode和ANSI namesNDdeGetErrorStringW(Unicode)和NDdeGetErrorStringA(ANSI)的 参见 网络动态数据交换概述 网络DDE函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==NDdeGetErrorString Function [Network DDE is no longer supported. Nddeapi.dll is present on Windows Vista, but all function calls return NDDE_NOT_IMPLEMENTED.] Converts an error code returned by a network DDE function into an error string that explains the returned error code. Syntax C++ UINT NDdeGetErrorString( __in UINT uErrorCode, __out LPTSTR lpszErrorString, __in DWORD cBufSize ); Parameters uErrorCode [in] The error code to be converted into an error string. lpszErrorString [out] A pointer to a buffer that receives the translated error string. This parameter cannot be NULL. If the buffer is not large enough to store the complete error string, the string is truncated. cBufSize [in] The size of the buffer to receive the error string, in TCHARs. Return Value If the function succeeds, the return value is zero. If the function fails, the return value is a nonzero error code. If the lpszErrorString buffer is not large enough to accept the complete error string, and the string is truncated, the function returns the value NDDE_INTERNAL_ERROR. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderNddeapi.h LibraryNddeapi.lib DLLNddeapi.dll Unicode and ANSI namesNDdeGetErrorStringW (Unicode) and NDdeGetErrorStringA (ANSI) See Also Network Dynamic Data Exchange Overview Network DDE Functions Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa365608(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。