Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32ras
>
GetErrorString
win32ras
.GetErrorString
string =
GetErrorString(
error
)
Returns an error string for a RAS error code.
Parameters
error
: int
The error value being queried.
Win32 API References
Search for
RasGetErrorString
at
msdn
,
google
or
google groups
.