Get_Debug_Options

include vmm.inc

mov al, Char ; debugging option

VMMcall Get_Debug_Options


The Get_Debug_Options service sets the zero flag if the given character was specified as a command-line debugging option when Windows was started.

This service is available during initialization only.

Parameters

Char

Specifies the debugging option to check for.

Return Value

If the zero flag is set, the character was specified on the command line.

Comments

This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.

Uses

Flags

See Also

Test_Debug_Installed