Log_Proc_Call

include vmm.inc

VMMcall Log_Proc_Call


The Log_Proc_Call service creates a debugging message that identifies which service or virtual device called the service that called Log_Proc_Call. This service is intended to be used only for debugging, and it creates the message only if the user has turned on call logging.

This is an asynchronous service.

Parameters

This service has no parameters.

Return Value

This service has no return value.

Comments

When the BeginProc macro creates a new service, the macro generates a call to Log_Proc_Call if the DEBUG symbol is defined and the NO_LOG attribute is not specified as a parameter to BeginProc.

The service adds the message to the debugging queue using the Queue_Out macro.

See Also

BeginProc, Queue_Out