Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Not supported.
This function is obsolete. Do not use.
Syntax
BOOL InternetSetDialStateA(
LPCSTR lpszConnectoid,
DWORD dwState,
DWORD dwReserved
);
Parameters
lpszConnectoid
Unused.
dwState
Unused.
dwReserved
Unused.
Return value
This function does not return a value.
Remarks
Note
The wininet.h header defines InternetSetDialState as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | wininet.h |
| Library | Wininet.lib |
| DLL | Wininet.dll |