WerReportSetUIOption function
Applies to: desktop apps only
Sets the user interface options for the specified report.
Syntax
HRESULT WINAPI WerReportSetUIOption( __in HREPORT hReportHandle, __in WER_REPORT_UI repUITypeID, __in PCWSTR pwzValue );
Parameters
- hReportHandle [in]
-
A handle to the report. This handle is returned by the WerReportCreate function.
- repUITypeID [in]
-
The user interface element to be customized. This parameter can be one of the following values from the WER_REPORT_UI enumeration type.
- pwzValue [in]
-
A pointer to a Unicode string that specifies the custom text. For more information, see the description of repUITypeID.
Return value
This function returns S_OK on success or an error code on failure.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 2/7/2012