Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_AddressCapability method gets the capability value for a given ADDRESS_CAPABILITY.
Syntax
HRESULT get_AddressCapability(
[in] ADDRESS_CAPABILITY AddressCap,
[out] long *plCapability
);
Parameters
[in] AddressCap
Descriptor for desired address capability.
[out] plCapability
Value of address capability.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The AddressCap parameter is not valid. |
|
The plCapability parameter in not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |