Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |