The GetAuditFilter method retrieves the list of events for which the CA server is currently set to create security audit events, as specified in [CIMC-PP].
HRESULT GetAuditFilter( [in, string, unique] wchar_t const* pwszAuthority, [out] DWORD* pdwFilter );
pwszAuthority: See pwszAuthority definition in section 3.1.4.1.1.
pdwFilter: An unsigned integer that specifies the current audit settings. This is a bitwise-OR combination of zero or more of the following values.
|
Value |
Meaning |
|---|---|
|
0x00000001 |
Audit CA server for the following events:
|
|
0x00000002 |
Audit CA server for the following method calls:
|
|
0x00000004 |
Audit CA server for the following method calls:
|
|
0x00000008 |
Audit CA server for the following method calls:
|
|
0x00000010 |
Audit CA server for the following method calls:
|
|
0x00000020 |
Audit CA server for the following method calls:
|
|
0x00000040 |
Audit CA server for the following method calls:
|
The GetAuditFilter method is used to retrieve the audit filter currently in use (initialize to 0 during the registration of the interfaces and can be modified by a call to the SetAuditFilter method).