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.