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

Prev Next Ralf Interrups Categories Contents

------

Windows95 - TITLE - SET VIRTUAL MACHINE TITLE

AX = 168Eh
DX = 0001h
ES:DI -> ASCIZ virtual machine title (max 29 chars+NUL)

Return:
AX = status 0000h failed 0001h successful

Notes: If ES:DI is 0000h:0000h or points at an empty string, the current title is removed. The VM title should only be changed on explicit instruction from the user

BUG: This function can return a successful status even though the title was not changed; reportedly, waiting for two clock ticks after program startup solves this problem

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

Category: Windows - Int 2Fh - W

------

Prev Next Ralf Interrups Categories Contents