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.
This service has no parameters.
This service has no return value.
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.