Log_Proc_Call


include vmm.inc

VMMcall Log_Proc_Call

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.

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.

Do not call this service directly. Use the BeginProc macro instead.

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

See also BeginProc, Queue_Out