Int 2F/AX=168Eh/DX=0002h

Prev Next Ralf Interrups Categories Contents

------

Windows95 - TITLE - GET APPLICATION TITLE

AX = 168Eh
DX = 0002h
ES:DI -> buffer for ASCIZ application title
CX = size of buffer in bytes

Return:
AX = status 0000h failed 0001h successful

Desc: Copy as much of the application's window title as possible to the given buffer, appending a terminating NUL to the buffer

See Also: AX=168Eh/DX=0000h - AX=168Eh/DX=0003h

Category: Windows - Int 2Fh - W

------

Prev Next Ralf Interrups Categories Contents