<div class="content"><p> </p><p>The <b>FAX_ACTIVITY_LOGGING_CONFIGW</b> structure is used as
an input parameter for the <b>FAX_SetActivityLoggingConfiguration</b> (section <span><a href="21d281f7-e563-4531-9498-2e1a191efdae" data-linktype="relative-path">3.1.4.1.74</a></span>)
call.</p><dl>
<dd>
<div><pre> typedef struct {
   DWORD dwSizeOfStruct;
   BOOL bLogIncoming;
   BOOL bLogOutgoing;
   [string] LPWSTR lpwstrDBPath;
 } FAX_ACTIVITY_LOGGING_CONFIGW,
  *PFAX_ACTIVITY_LOGGING_CONFIGW;
</pre></div>
</dd></dl><p><b>dwSizeOfStruct:</b> A <b>DWORD</b> (<span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>
section <span><a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">2.2.9</a></span>)
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.</p><p><b>bLogIncoming:</b> A Boolean flag that indicates
whether incoming fax activities are logged.</p><p><b>bLogOutgoing:</b> A Boolean flag that indicates
whether outgoing fax activities are logged. </p><p><b>lpwstrDBPath:</b> A pointer to a null-terminated
character string that holds the directory on the server where the <span><a href="46aba9c4-ebb1-4b10-86ac-4bb3025657b9#gt_47e03020-496d-4450-abd0-4eb8b1243224" data-linktype="relative-path">activity
logging</a></span> database files reside. <a id="Appendix_A_Target_5"></a><a aria-label="Product behavior note 5" href="056171e7-80bc-45ff-8107-66ba3abb2023#Appendix_A_5" data-linktype="relative-path">&lt;5&gt;</a></p></div>