Int 2C/AX=000Fh

Prev Next Ralf Interrups Categories Contents

------

Cloaking v1.01 - Simulate_Shell_Event

AX = 000Fh
ECX = event code (see #02560)
DX = subfunction for event
EDX high word = boost value (see #02561)
SI:EDI -> completion procedure

Return:
CF clear if successful (event scheduled) CF set on error

Note: This function is only available while MS Windows is running

See Also: AX=0011h - AX=0012h - INT 2F/AX=1605h - INT 2F/

(Table 02560) Values for Cloaking shell event code: 0414h Hot key event.

Subevent 0000h:
Alt-Space.

Subevent 0001h:
Alt-Enter.

Subevent 0002h:
Dir-VM 0415h Switch context. Subevent 0000h for DOS VM context, nonzero for System VM context 0416h Clipboard event 0417h Termination event. Subevent 0000h for normal termination, nonzero for error 0418h Display message. Subevent 0000h for normal message, nonzero for system model ASAP 0419h Crash 041Ah Paste complete.

Subevent 0000h:
Normal.

Subevent 0001h:
Cancelled by user.

Subevent 0002h:
Cancelled 041Bh Contention event 041Ch Screen switch.

Subevent 0000h:
Forward.

Subevent 0001h:
Back 041Dh Filesystem change 041Eh Check Focus 041Fh Panic

Bitfields for boost value: Bit(s) Description (Table 02561) 0 boost system VM until focus changes 1 boost system VM on Switcher screen 2 boost system VM until response 3 boost system VM during clipboard activity 4 boost system VM during print screen 5 boost system VM during update

Category: Memory Management - Int 2Ch - C

------

Prev Next Ralf Interrups Categories Contents