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.
The EnumerateCompletionMessages method gets completion messages. This method is provided for applications written in C/C++ and Java.
Syntax
HRESULT EnumerateCompletionMessages(
[out] IEnumBstr **ppEnumCompletionMessage
);
Parameters
[out] ppEnumCompletionMessage
Pointer to enumeration of completion messages.
Return value
This method can return one of these values.
| Value | Meaning |
|---|---|
|
Method succeeded. |
|
Method not implemented. |
|
Insufficient memory exists to perform the operation. |
Remarks
TAPI calls the AddRef method on the IEnumBstr interface returned by ITAddressCapabilities::EnumerateCompletionMessages. The application must call Release on the IEnumBstr interface to free resources associated with it.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |