Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
LoadString
win32api
.LoadString
PyUnicode
=
LoadString(
handle
, stringId
, numChars
)
Loads a string from a resource file.
Parameters
handle
:
PyHANDLE
The handle of the module containing the resource.
stringId
: int
The ID of the string to load.
numChars=1024
: int
Number of characters to allocate for the return buffer.