Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |