Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
The NdfCloseIncident function is used to close an Network Diagnostics Framework (NDF) incident following its resolution.
Syntax
void NdfCloseIncident(
[in] NDFHANDLE handle
);
Parameters
[in] handle
Type: NDFHANDLE
Handle to the NDF incident that is being closed.
Return value
Type: HRESULT
Possible return values include, but are not limited to, the following.
| Return code | Description |
|---|---|
|
The operation succeeded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | ndfapi.h |
| Library | Ndfapi.lib |
| DLL | Ndfapi.dll |