WSDAllocateLinkedMemory 函数 (wsdutil.h)
分配链接内存块。
语法
void * WSDAllocateLinkedMemory(
void *pParent,
size_t cbSize
);
参数
pParent
指向父内存块的指针。
cbSize
要分配的内存块的大小。
返回值
指向新分配的内存块的指针。
注解
WSDAllocateLinkedMemory 分配的内存块链接到父内存块,并在释放父内存块时释放。
如果 pParent 为 NULL ,则分配的内存块必须通过调用 WSDFreeLinkedMemory 显式释放。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wsdutil.h (包括 Wsdapi.h) |
Library | Wsdapi.lib |
DLL | Wsdapi.dll |