WerReportSetUIOption function
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 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012