now,
while using NdisWriteErrorLogEntry I can see that a new entry was made to
the event viewer but with
the following message
The description for Event ID ( <####> ) in Source (<application name>)
could not be found. It contains the following insertion string(s): <the
text of the message logged by ReportEvent>.
what is that mean, all the sys, dll mention above are in the right path. And
I restarted the computer after adding this key to the registry.
What r exactly the ULONG's parameters for NdisWriteErrorLogEntry ?
for example I use in my code
NdisWriteErrorLogEntry(
pAdapter->MiniportAdapterHandle,
NDIS_STATUS_FAILURE,
0
);
Any help will be appreciated