> cl_memclr --> NdisZeroMemory > cl_memcpy --> NdisMoveMemory > cl_memcmp --> memcmp > cl_memset --> memset The latter should be RtlCompareMemory and RtlFillMemory. All of the complib abstractions should eventually be replaced with the native calls.