ctypes.wstring_at(address, size=-1) 
This function returns the wide character string starting at memory address address as a string. If size is specified, it is used as the number of characters of the string, otherwise the string is assumed to be zero-terminated.
 
          
Please login to continue.