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 |
---|---|
|
The method completed successfully. |
|
The calling process has insufficient privileges. |
|
The user settings were not found. |
|
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 |