Sets options for current Internet session.
WINOLEAPI URLMkSetSessionOption(
DWORD dwOption, // Session option to be set
LPVOID pBuffer, // Buffer containing new settings
DWORD dwBufferLength, // Length of pBuffer
DWORD dwReserved // Reserved for future use
);
This function maps directly to the Windows Internet function InternetSetOption, although URLMkSetSessionOption allows only global options to be set.
Note To use this function, the client code must include the wininet.h header file, which declares values for the dwOption parameter and structures for the pBuffer parameter.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.