search
HomeBackend DevelopmentPHP TutorialVB中的RasEnumConnections函数返回632错误解决方法_PHP

今天用了一下RasEnumConnections函数,发现MSDN上的例子是错误的。

MSDN上RasEnumConnections的文档是这么说的:

代码如下:


To determine the required buffer size, call RasEnumConnections with lprasconn set to NULL. The variable pointed to by lpcb should be set to zero. The function will return the required buffer size in lpcb and an error code of ERROR_BUFFER_TOO_SMALL.


MSDN上提供的示例代码也是这么写的:

代码如下:


DWORD __cdecl wmain(){

    DWORD dwCb = 0;
    DWORD dwRet = ERROR_SUCCESS;
    DWORD dwConnections = 0;
    LPRASCONN lpRasConn = NULL;
   
    dwRet = RasEnumConnections(lpRasConn, &dwCb, &dwConnections);

    if (dwRet == ERROR_BUFFER_TOO_SMALL) {
        // ......
    }


可惜这个例子是错误的,至少在XP SP3上是错误的,RasEnumConnections函数返回的是ERROR_INVALID_SIZE(632),而不是ERROR_BUFFER_TOO_SMALL。解决的方法是第一个参数不要传入NULL,而是传入一个正确设置了dwSize的RASCONN结构,一般dwSize设为sizeof(RASCONN)即可;但是如果你的程序要在早期的系统上运行,则需要HARD CODE成目标系统的值。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
vb属于哪种编程语言vb属于哪种编程语言Jul 05, 2023 pm 02:14 PM

vb属于高级编程语言,是一种通用的基于对象的编程语言,是一种为结构化的、模块化的、面向对象的、包含协助开发环境的事件驱动为机制的可视化程序设计语言,采用了直观的图形用户界面设计,可以通过拖放控件、设置属性和编写事件处理程序来开发应用程序,这种可视化编程的方式,使得开发者可以直观地进行界面设计和编程,无需太多的编码经验。

vb中int是什么意思vb中int是什么意思Dec 03, 2020 am 09:48 AM

vb中int是指取整数的函数,其语法如“int(x)”,表示取不大于x的最大整数;和int函数功能类似的函数还有Fix函数,该函数会删除小数部分而返回剩下的整数。

vb连接数据库的操作有什么vb连接数据库的操作有什么Aug 31, 2023 am 10:52 AM

在VB中,连接数据库的操作通常涉及以下几个方面:1、引入数据库连接库;2、创建数据库连接对象;3、配置连接字符串;4、打开数据库连接;5、执行数据库操作;6、处理查询结果;7、关闭数据库连接。

vb连接数据库的方法有哪些vb连接数据库的方法有哪些Oct 19, 2023 pm 04:59 PM

vb连接数据库的方法有使用ADO对象库、使用OLEDB数据提供程序、使用ODBC数据源等。详细介绍:1、使用ADO对象库方法,ADO是一种用于访问数据库的COM组件,可以通过ADO连接数据库并执行SQL语句。可以使用ADODB.Connection对象来建立与数据库的连接,然后使用ADODB.Recordset对象来执行查询和操作数据;2、使用OLEDB数据提供程序方法等等。

vb连接access数据库的方法有哪些vb连接access数据库的方法有哪些Oct 16, 2023 pm 02:54 PM

vb连接access数据库方法:1、使用ADO连接,首先导入System.Data.OleDb模块,然后定义一个连接字符串,接着创建一个OleDbConnection对象并使用Open() 方法打开连接;2、使用DAO连接,首先导入 Microsoft.Jet.OLEDB模块,然后定义一个连接字符串,接着创建一个JetConnection对象并使用Open()方法打开连接即可。

vb怎么连接数据库vb怎么连接数据库Aug 31, 2023 am 10:49 AM

在VB中,连接数据库通常使用ADO(ActiveX 数据对象)或 DAO(Data Access Objects)这两个技术来实现:1、引入ADO库;2、创建ADO连接对象;3、配置连接字符串;4、打开连接;5、执行SQL语句;6、处理查询结果;7、关闭连接即可。

vb连接数据库有什么优势vb连接数据库有什么优势Aug 31, 2023 am 10:54 AM

VB 连接数据库的优势包括:1、简单易用;2、跨平台性;3、强大的数据访问功能;4、可扩展性;5、效率和性能;6、可视化开发环境

vb中value是什么意思vb中value是什么意思Dec 25, 2020 am 10:19 AM

vb中value是指Value属性,指示分配给Field、Parameter或Property对象的值;设置和返回Variant值,用于指示对象的值;默认值取决于Type属性。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor