Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetAdaptersInfo() in SysInfo/IPHelper.cpp is deprecated since WindowsXP #28

Closed
drTr0jan opened this issue Jan 20, 2017 · 0 comments
Closed
Assignees

Comments

@drTr0jan
Copy link
Contributor

The GetAdaptersInfo() is deprecated function. It returns ANSI-formatted info instead Unicode. GetAdaptersAddresses() should be used instead.

Ex.:
I've a network adapter with description Гигабитное сетевое подключение Intel(R) 82566DM-2 (Gigabit network adapter Intel(R) 82566DM-2). But I receive <DESCRIPTION>¨£ ¡¨â­®¥ á¥â¥¢®¥ ¯®¤ª«î祭¨¥ Intel(R) 82566DM-2</DESCRIPTION> in WindowsAgent.

WindowsAgent 2.3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants