Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Detaches a child memory block from its parent memory block.
Syntax
void WSDDetachLinkedMemory(
void *pVoid
);
Parameters
pVoid
Pointer to the memory block to be detached.
Return value
None
Remarks
The child memory block must have been previously allocated by a call to WSDAllocateLinkedMemory.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wsdutil.h (include Wsdapi.h) |
| Library | Wsdapi.lib |
| DLL | Wsdapi.dll |