#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
WCHAR | szFileName [LENGTH_LogFileName] |
bool | bEnable |
For processes running in Session 0, log files are created under PROGRAMDATA% (Vista and newer). Otherwise, logs are created under APPDATA% (if defined) or ALLUSERSPROFILE%.
To enable advanced logging, apply the SwiApiX_Advanced.reg registry file provided in the SDK. This will allow the capture of detailed control and status information exchanged between the host application and the modem.
Supports both GSM and CDMA PC cards, embedded devices, and MP line of products.
Set to true to enable API logging, false to disable API logging.
The size, in bytes, of this structure. This value must always be populated by the calling application.
WCHAR SWI_STRUCT_Logging::szFileName[LENGTH_LogFileName] |
A NULL terminated string which contains the log file name. DO NOT include the path. See "Notes" for location of log files.