IWPCSettings::IsLoggingRequired method (wpcapi.h)

Determines whether activity logging should be performed when obtaining the IWPCSettings interface.

Syntax

HRESULT IsLoggingRequired(
  [out] BOOL *pfRequired
);

Parameters

[out] pfRequired

Indicates whether logging is required.

Return value

This method can return one of these values.

Return code Description
S_OK
The method completed successfully.
E_ACCESS_DENIED
The calling process has insufficient privileges.
E_FILE_NOT_FOUND
The user settings were not found.
E_FAIL
The method failed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header wpcapi.h

See also

IWPCSettings