[ros-kernel] Suggested implementation ideas for the variousWndProc, CallWndProc etc fixes

Jonathan Wilson jonwil at tpgi.com.au
Mon Nov 10 23:07:36 CET 2003


Well the way I implemented it is that cleanup happens in 
Win32kProcessCallback, i.e. when this is called with a Create parameter of 
FALSE, it cleans up any structures "owned" by the process.
Memory for the structures is allocated using ExAllocatePool(PagedPool) and 
deleted with ExFreePool.




More information about the Ros-kernel mailing list