2.2.25 FAX_ACTIVITY_LOGGING_CONFIGW

The FAX_ACTIVITY_LOGGING_CONFIGW structure is used as an input parameter for the FAX_SetActivityLoggingConfiguration (section 3.1.4.1.74) call.

 typedef struct {
   DWORD dwSizeOfStruct;
   BOOL bLogIncoming;
   BOOL bLogOutgoing;
   [string] LPWSTR lpwstrDBPath;
 } FAX_ACTIVITY_LOGGING_CONFIGW,
  *PFAX_ACTIVITY_LOGGING_CONFIGW;

dwSizeOfStruct: A DWORD ([MS-DTYP] section 2.2.9) value that holds the size of this structure, in bytes. This value MUST be 16 bytes or 28 bytes. When filled in on a 32-bit implementation, this value SHOULD be 16 bytes. When filled in on a 64-bit implementation, this value SHOULD be 28 bytes.

bLogIncoming: A Boolean flag that indicates whether incoming fax activities are logged.

bLogOutgoing: A Boolean flag that indicates whether outgoing fax activities are logged.

lpwstrDBPath: A pointer to a null-terminated character string that holds the directory on the server where the activity logging database files reside. <5>