operationDeallocator element

Specifies the type deallocator to be used by an operation's stub function.

Usage

<operationDeallocator
  operation = "character_string"
  deallocator = "character_string"/>

Attributes

Attribute Type Required Description
deallocator
character_string
Yes
The deallocator to use for the operation.

The following strings are valid values.

none
WSDFreeLinkedMemory
CoTaskMemFree
free
delete
deleteArray
Release
operation
character_string
Yes
The name of the operation.

Child elements

There are no child elements.

Parent elements

Element Description
stubDefinitions
Generates implementations for stub functions for port type operations.

Element information

Label Value
Minimum supported system
Windows Vista
Can be empty Yes