GetUserConsent (Compact 2013)
3/26/2014
This function displays a dialog box to obtain user consent for upload.
Syntax
HRESULT GetUserConsent(
LPCWSTR pwzDumpFilePath,
BOOL* pfUserConsented
);
Parameters
- pwzDumpFilePath
[in] Pointer to the primary dump file that contains bucketing parameters and crash dump information.
pfUserConsented
[out] Pointer to the user response value.TRUE indicates the user consented to upload.
Return Value
The following table shows return values for this function.
Value |
Description |
---|---|
S_OK |
Function successful. |
E_FAIL |
Unspecified failure. |
Requirements
Header |
dwui.h |
Library |
DwUI.dll |