Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function creates a session that allows temporary asynchronous pluggable protocols to be implemented and returns the IInternetSessioninterface 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 IInternetSessioninterface.

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