status = WdfMemoryCreate(NULL,
PagedPool,
PoolTag,
outputSize,
&outputMemoryHandle,
NULL);
这个buffer 区域在wdf01009.dll里是没有被初化的;
而在wdf01011.dll里是初始化了的。