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 |
); |
Parameters
Return Values
Comments
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.