WmipInitializeAllocs
VOID __stdcall WmipInitializeAllocs(){
_USHORT Depth;
_USHORT Deptha;
_USHORT Depthb;
_USHORT Depthc;
LOWORD(Depth) = 0;
ExInitializePagedLookasideList(&WmipDSChunkInfoLookaside, 0i64, 0i64, 0, 120, 0x53446D57u, Depth);
LOWORD(Deptha) = 0;
ExInitializePagedLookasideList(&WmipGEChunkInfoLookaside, 0i64, 0i64, 0, 160, 0x45476D57u, Deptha);
LOWORD(Depthb) = 0;
ExInitializePagedLookasideList(&WmipISChunkInfoLookaside, 0i64, 0i64, 0, 96, 0x53496D57u, Depthb);
LOWORD(Depthc) = 0;
ExInitializePagedLookasideList(&WmipMRChunkInfoLookaside, 0i64, 0i64, 0, 56, 0x524D6D57u, Depthc);
}Referenced by:
WMIInitialize