从微软站点:检查指针有效性下面的示例使用 _CrtIsValidPointer
验证给定的内存范围对于读或写是否有效。_ASSERTE(_CrtIsValidPointer( address, size, TRUE );下面的示例使用
_CrtIsValidHeapPointer 验证指针指向本地堆...
分类:
其他好文 时间:
2014-05-09 17:29:58
阅读次数:
259
BOOLEAN MmIsAddressValid( _In_PVOID
VirtualAddress);ParametersVirtualAddress[in]A pointer to the nonpaged virtual
address to check. The caller must e....
分类:
其他好文 时间:
2014-05-09 11:51:40
阅读次数:
535