Whats problem if i perform these steps
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)
Add the path to your driver SYS file in the eventlog registry key/value.
–
Gary G. Little
Have Computer, Will Travel …
909-698-3191
909-551-2105
“Kishwar” wrote in message news:xxxxx@ntdev…
>
> Whats problem if i perform these steps
>
> 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)
>
>