MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / DbgkpSendApiMessageLpc

Function DbgkpSendApiMessageLpc

KernelLibrary/kDbgSys.cpp:1756–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754}
1755
1756NTSTATUS DbgkpSendApiMessageLpc(
1757 _Inout_ PDBGKM_APIMSG ApiMsg,
1758 _In_ PVOID Port,
1759 _In_ BOOLEAN SuspendProcess
1760) {
1761 return STATUS_SUCCESS;
1762}
1763
1764BOOLEAN DbgkForwardException(
1765 _In_ PEXCEPTION_RECORD ExceptionRecord,

Callers 1

DbgkForwardExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected