CoInternetGetSession (URLMON.@)
HRESULT CoInternetGetSession ( DWORD dwSessionMode, IInternetSession** ppIInternetSession, DWORD dwReserved )
Create a new internet session and return an IInternetSession interface representing it.
dwSessionMode | [In] | Mode for the internet session. |
ppIInternetSession | [Out] | Destination for creates IInternetSession object. |
dwReserved | [In] | Reserved, must be 0. |
Success: S_OK. ppIInternetSession contains the IInternetSession interface.
Failure: E_INVALIDARG, if any argument is invalid, or E_OUTOFMEMORY if memory allocation fails.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/urlmon/session.c". gitlab.winehq.org/wine/wine/blob/master/dlls/urlmon/session.c
Debug channel "urlmon".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.