使用VC ++在Windows中使用客户端服务器应用程序调用属性 [英] to invoke attributes using Client server application in Windows using VC++

查看:136
本文介绍了使用VC ++在Windows中使用客户端服务器应用程序调用属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的任务是通过互联网从服务器调用属性(某些实体高度,宽度)等,这些属性被提取为现在使用xml文件,使用VC ++,

My task is to invoke attributes(some entity Height , width) etc.,  from Server over Internet, these attributes are extracted as of now using xml file, using VC++,

是否存在类似于我们如何使用Server在VC ++中提取C#(Querystring / cookies 等等)中的属性的机制,   ?请提供必要的详细信息/示例(参考)。

Is there a mechanism similar to how we extracting the attributes in C#(Querystring/cookies etc.,) in VC++ using Server,  ?Please provide me necessary details/examples(references) on the same.

详细信息:

应用程序:VC ++(桌面) - 独立应用程序。

Application : VC++(Desktop) - Standalone app.

操作系统 - Windows 10

OS - Windows 10

IDE:VS 2015

IDE: VS 2015

感谢您,

问候,

VishalK   

VishalK   

VishalK_94

VishalK_94

推荐答案

您好,

感谢您在此处发帖。

> >是否存在类似于我们如何使用Server在VC ++中提取C#(Querystring / cookies等)中的属性的机制,  ?请提供必要的详细信息/示例(参考)。

对于这种情况,您可以将DOM API视为在Microsoft XML Core Services(MSXML)中实现的。要从XML数据文件加载XML DOM对象,请使用load方法.MSXML提供了两种DOM方法,允许您在XML DOM对象中查询节点或集合
的节点: SelectNodes和SelectSingleNode。

For this case, you could consider the DOM APIs as implemented in Microsoft XML Core Services (MSXML). To load an XML DOM object from an XML data file, you use the load method. MSXML provides two DOM methods that allow you to query a node or a set of nodes in an XML DOM object: SelectNodes and SelectSingleNode.

这是一份供你参考的文件。

Here is a document for you as a reference.

https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms759192(v = vs.85)

希望这可以帮到你。

最好的问候,

Baron Bi


这篇关于使用VC ++在Windows中使用客户端服务器应用程序调用属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆