WerGetFlags function
Retrieves the fault reporting settings for the specified process.
Syntax
HRESULT WINAPI WerGetFlags( _In_ HANDLE hProcess, _Out_ PDWORD pdwFlags );
Parameters
- hProcess [in]
-
A handle to the process. This handle must have the PROCESS_VM_READ or PROCESS_QUERY_INFORMATION access right.
- pdwFlags [out]
-
This parameter can contain one or more of the following values.
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
Show: