CoInternetGetSession

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function creates a session that allows temporary asynchronous pluggable protocols to be implemented and returns the IInternetSession interface of the session.

Syntax

STDAPI CoInternetGetSession(
  DWORD dwSessionMode,
  IInternetSession** ppIInternetSession,
  DWORD dwReserved
);

Parameters

  • dwSessionMode
    Reserved. Must be set to zero.
  • ppIInternetSession
    Address of a pointer to the IInternetSession interface.
  • dwReserved
    Reserved. Must be set to zero.

Return Value

Returns one of the values shown in the following table.

Value Description

S_OK

Successful.

E_OUTOFMEMORY

Not enough memory to create a session.

E_INVALIDARG

One of the arguments is invalid.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IInternetSession