paged/nonpaged Home › Forums › Discussions › Support › paged/nonpaged This topic has 1 reply, 2 voices, and was last updated 17 years, 10 months ago by Vadim Smirnov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 12, 2007 at 1:52 pm #5082 alex_sParticipant Sorry for the silly question. Could you enlighten me on what kind of memory are these arrays of ? === #include “precomp.h” PDRIVER_DISPATCH g_TcpipOriginalDispatch[IRP_MJ_MAXIMUM_FUNCTION]; TCPIP_DEVICE_INFORMATION g_TcpipDevices[TCPIP_DEVICES_MAX]; === I mean is it paged or nonpaged ? January 14, 2007 at 11:14 am #6207 Vadim SmirnovKeymaster Driver code and data are located in non paged memory by default. Though, you can make parts of your driver pageable with a special compiler directives. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In