IFSMgr_DebugVars
IFSMgr_DebugVars(
)
This service returns a pointer to the debug variables structure in the IFS manager. This service is available only on debug versions of the IFS manager. On the non-debug version, this service returns a NULL pointer. This service is not available until the IFS manager has finished its Sys_Crit_Init during device initialization.
- No entry parameters.
- Returns a pointer to the IFS debug variables structure which is as follows:
IFSDebugVars Structure: |
|
Value |
Meaning |
idv_rev |
Revision level of the DebugVars structure. |
idv_lmask |
Trace logging mask. |
idv_debugbits |
Debugging control bits. |
IDB_NOISYBROWSER |
Noisy debug output from the browser. |
IDB_NOISYMSSNGR |
Noisy debug output from the messenger. |