Open_Boot_Log

include vmm.inc

VMMCall Open_Boot_Log
xor     eax, eax
jnz     log_not_enabled
 

Opens the system boot log. Any data written to the system boot log after calling this service is appended to the end of the log. Uses EAX and Flags.

See Also

Close_Boot_Log, EnableDisable_Boot_Log