Archive for the 'WDF' Category

Please visit: http://aimslife.com/blog/?p=7


Please visit: http://aimslife.com/blog/?p=18


Given code can help you to compute checksum.
/* pseudo header for checksum calculation */ typedef struct pseudoh {     guint32 src_addr;     guint32 dest_addr;     guint8  zero;     guint8  protocol;     guint16 [...]


This setting will enables for you to control automatic rebooting of the system after the crash. After the crash, you must be able to check the reason of the crash and for that, the system should not reboot. Therefore, it is very necessary to control the automatic rebooting of the system.
Path:  [...]


While working on Microsoft Device Driver domain, I found following most active and helpful forums,
1) OSR-Online: http://www.osronline.com You can configure OSR-Online forum on email client and given client will be helpful for you. http://www.osronline.com/page.cfm?name=NewsReaderInfo
2) Microsoft NNTP Server: msnews.microsoft.com Following groups [...]


Please visit: http://aimslife.com/blog/?p=11