View Single Post
  #19  
Old 02-01-2006, 02:07
whynot's Avatar
whynot whynot is offline
Membre senior
 
Join Date: 31-12-2003
Location: -
Posts: 772
Une définition claire de la chose :

DPC -- Deferred Procedure Call. It is a software routine that is part of a driver invoked when an I/O is completed. I/O completion typically involves checking I/O status, forwarding I/Os (returned by the underlying drivers) to overlying drivers in a layered driver model and executing cleanup actions that may be necessary.
__________________
Document hautement conseillé pour obtenir une réponse aux questions.
Ami trolleur (en fait non), clique ici.
Reply With Quote