1)…i write messaglog file with .mc extension.
2)…compliler MC create .h, .aps, .rc, .bin files
3)…i add .rc file in SOURCE file
4)…log eventand error to system log through driver using
IoAllocateErrorLogEntry(IoObject, PacketSize) and IoWriteErrorLogEntry(
Packet)
set registry path for eventlog .SYS file of my driver and iologmsg.dll
file.
Problem text of own create driver can be viewd in in event viewer, while
microsoft messages discription(text)viewed easily
where is text of my messages
thanks
problem:
1)…i write messaglog file with .mc extension.
2)…compliler MC create .h, .aps, .rc, .bin files
3)…i add .rc file in SOURCE file
4)…log eventand error to system log through driver using
IoAllocateErrorLogEntry(IoObject, PacketSize) and IoWriteErrorLogEntry(
Packet)
set registry path for eventlog .SYS file of my driver and iologmsg.dll
file.
Problem text of own create driver can be viewd in in event viewer, while
microsoft messages discription(text)viewed easily
where is text of my messages
thanks
Kishwar(Student)