HRESULT WFMGetTraceLevel( hService, lpdwTraceLevel )
Returns the trace level associated with the specified hService (at run time). See WFMSetTraceLevel.
Parameters HSERVICE hService
Handle to the service provider as returned by WFSOpen or WFSAsyncOpen.
LPDWORD lpdwTraceLevel
Pointer to the value defining the current trace level (returned parameter).
Mode Immediate
Comments This function returns the current tracing levels in the XFS Manager and the service provider specified by hService. See WFMSetTraceLevel.
Error Codes If the function return is not WFS_SUCCESS, it is one of the following error conditions:
See Also WFMSetTraceLevel, WFSOpen, WFSAsyncOpen