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 get_EventCode method returns a pointer to a provider-specific event descriptor.
Syntax
HRESULT get_EventCode(
[out] long *plEventCode
);
Parameters
[out] plEventCode
Pointer to the provider-specific event descriptor.
Return value
This method can return one of these values.
| Value | Meaning |
|---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The plEventCode parameter is not a valid pointer. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |