; getuwTitle.asm ; ; The getwTitle function returns a pointer ; to a UTF-16 string containing the ; program's title. ; ; Return program title to C++ program: include aoaulib.inc .code getwTitle proc lea rax, ttlStr ret getwTitle endp end