Jump to content
Nytro

NT Insider 2013

Recommended Posts

Posted

[h=2]NT Insider 2013[/h]NT Insider 2013 is Out

// In this issue of The NT Insider...
//
switch(IoControlCode) {
case IOCTL_TNTI_MSB101: {
// Understanding MSBuild project files isn't magic. At least,
// not after we explain them to you.
//
__analysis_assume(NTDDI_VERSION >= NTDDI_WIN8)
MSBUILD 101 (Page 4)
break;
}
case IOCTL_TNTI_IRWSL: {
// Reader/Writer Spin Locks have been in Windows since
// Vista SP1. Finally, they're documented.
//
Introducing Reader/Writer Spin Locks (Page 6)
break;
}
case IOCTL_TNTI_UMKM: {
// Devs always ask: "How can I call a user-mode function
// from my driver." You can't. But you don't need to.
//
Calling User Mode Functions from Kernel Mode (Page 8)
break;
}
case IOCTL_TNTI_FBDE: {
// Ever find a missing symbol in the Windows PDBs, or wish
// you could fix a symbol error? We tell you how.
//
Fixing Broken Debugger Extensions (Page 10)
break;
}
case IOCTL_TNTI_ALAL: {
// Pre-Fast + SDV = not enough?
//
Another Look at Lint (Page 12)
break;
}
case IOCTL_TNTI_PP: {
//
Peter Pontificates (Page 3)
break;
}
default:
http://www.osr.com
break;
}

Download:

http://insider.osr.com/2013/ntinsider_2013_01.pdf

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...