Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Computer über IP ansprechen (https://www.delphipraxis.net/1994-computer-ueber-ip-ansprechen.html)

steppo 2. Jan 2003 12:40


Computer über IP ansprechen
 
Hallo alle zusammen.
wie kann ich einen PC über seine ip-adresse ansprechen um gewisse informationen zu bekommen z.B Computername, username usw.
Tool soll zu administrativen Zwecken im Intranet verwendet werden.
steppo

Christian Seehase 2. Jan 2003 13:44

Moin Steppo,

dazu schau Dir mal die Netxxx bzw. NetWkstaxxx Funktionen im PSDK an, wenn ich mich nicht sehr irre funktioniert bei denen auch statt des Rechnernamens die IP Adresse anzugeben. (kann's im Moment nicht ausprobieren)

steppo 2. Jan 2003 13:49

entschuldige bitte, aber was ist PSDK?

steppo 2. Jan 2003 13:49

entschuldige bitte, aber was ist PSDK?

Jan 2. Jan 2003 13:56

Zitat:

The NetWkstaGetInfo function returns information about the configuration elements for a workstation.

Security Requirements

You must have Print or Server operator privilege, or be a member of the Administrator or Account local groups to successfully execute NetWkstaGetInfo at level 0 or level 1 on a remote server. No special privilege is required for level 10 calls.

NET_API_STATUS NetWkstaGetInfo(

LPTSTR servername,
DWORD level,
LPBYTE *bufptr
);


Parameters

servername

Pointer to a Unicode string containing the name of the remote server on which the function is to execute. A NULL pointer or string specifies the local computer.

level

Specifies one of the following values to return the level of information provided.

Value Meaning
100 The bufptr parameter points to a WKSTA_INFO_100 structure.
101 The bufptr parameter points to a WKSTA_INFO_101 structure.
102 The bufptr parameter points to a WKSTA_INFO_102 structure.
302 The bufptr parameter points to a WKSTA_INFO_302 structure.
402 The bufptr parameter points to an WKSTA_INFO_402 structure.
502 The bufptr parameter points to a WKSTA_INFO_502 structure.


bufptr

Pointer to the buffer in which the data set with the level parameter is stored.



See Also

NetWkstaSetInfo
greetz
Jan

steppo 2. Jan 2003 14:08

Danke Jan, aber damit kann ich nichts anfangen. muß ich eine bestimmte unit in meine usese-klausel aufnehmen?

d3g 2. Jan 2003 14:22

Leider sind die Header für die NetXXXXX-Funktionen nicht von Borland übersetzt worden, allerdings gibt es die sicher bei http://www.delphi-jedi.org/ (leider ist der Server im Moment down). Das PSDK ist übrigens das Platform Software Development Kit. Eine Onlineversion findest du bei http://msdn.microsoft.com/library/.

MfG,
d3g

steppo 2. Jan 2003 19:42

danke d3g


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:06 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz