CoInternetGetSession

来源:互联网 发布:ftp命令linux 编辑:程序博客网 时间:2024/06/06 01:21

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

这个函数创建一个session对象,以允许同步可插拔协议的实现,同事返回session对象的IInternetSession接口

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 Values

Returns one of the values shown in the following table.

ValueDescriptionS_OKSuccessful.E_OUTOFMEMORYNot enough memory to create a session.E_INVALIDARGOne of the arguments is invalid.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

See Also

IInternetSession

原创粉丝点击