CoInternetGetSession(3w)

NAME

CoInternetGetSession (URLMON.@)

SYNOPSIS

HRESULT CoInternetGetSession
 (
  DWORD              dwSessionMode,
  IInternetSession** ppIInternetSession,
  DWORD              dwReserved
 )

DESCRIPTION

Create a new internet session and return an IInternetSession interface representing it.

PARAMS

dwSessionMode [In] Mode for the internet session.

ppIInternetSession [Out] Destination for creates IInternetSession object.

dwReserved [In] Reserved, must be 0.

RETURNS

Success: S_OK. ppIInternetSession contains the IInternetSession interface.

Failure: E_INVALIDARG, if any argument is invalid, or E_OUTOFMEMORY if memory allocation fails.

IMPLEMENTATION

Defined in "urlmon.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/urlmon/session.c".

Debug channel "urlmon".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout