deallocator element
Specifies the type of deallocator to be used by a stub function.
Usage
<deallocator/>
Attributes
There are no attributes.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
stubDefinitions |
Generates implementations for stub functions for port-type operations. |
Remarks
The deallocator type should be enclosed in a pair of <deallocator> tags. The following strings are valid deallocator values:
- none
- WSDFreeLinkedMemory
- CoTaskMemFree
- free
- delete
- deleteArray
- Release
Element information
Label | Value |
---|---|
Minimum supported system |
Windows Vista |
Can be empty | Yes |