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