Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Retrieve the calling thread's last-error code value.Downloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries Retrieves the calling thread's last-error code value. CkString str; // Cause in intentional error. HANDLE fHandle = INVALID_HANDLE_VALUE; DWORD fileSize = GetFileSize(fHandle,0); str.appendLastWindowsError(); // Prints: The handle is invalid. printf("%s\n",str.getString());
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.