Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NdfCreateWebIncidentEx function diagnoses web connectivity problems concerning a specific URL. This function allows for more control over the underlying diagnosis than the NdfCreateWebIncident function.
Syntax
void NdfCreateWebIncidentEx(
[in] LPCWSTR url,
[in] BOOL useWinHTTP,
[in] LPWSTR moduleName,
[out] NDFHANDLE *handle
);
Parameters
[in] url
Type: LPCWSTR
The URL with which there is a connectivity issue.
[in] useWinHTTP
Type: BOOL
TRUE if diagnosis will be performed using the WinHTTP APIs; FALSE if the WinInet APIs will be used.
[in] moduleName
Type: LPWSTR
The module name to use when checking against application-specific filtering rules (for example, "C:\Program Files\Internet Explorer\iexplorer.exe"). If NULL, the value is autodetected during the diagnosis.
[out] handle
Type: NDFHANDLE*
Handle to the Network Diagnostics Framework incident.
Return value
Type: HRESULT
Possible return values include, but are not limited to, the following.
Return code | Description |
---|---|
|
The operation succeeded. |
|
The underlying diagnosis or repair operation has been canceled. |
|
There is not enough memory available to complete this operation. |
|
One or more parameters are invalid. |
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 |