Function Microsoft::Applications::Events::capi_get_client
Defined in File LogManagerProvider.hpp
Function Documentation
-
capi_client *Microsoft::Applications::Events::capi_get_client(evt_handle_t handle)
Convert from C API handle to internal C API client struct.
This method may be used for C API flow debugging, i.e. to obtain the underlying instance of ILogManager and attach a debug event callback.
NOTE: method is not guaranteed to be ABI-stable and should not be used across dynamic / shared library boundary. Underlying ILogManager / ILogConfiguration are implemented in C++ and do not provide ABI-stable guarantee from one SDK version to another.