Netuseradd的用法(100分)

  • 主题发起人 主题发起人 you9401
  • 开始时间 开始时间
Y

you9401

Unregistered / Unconfirmed
GUEST, unregistred user!
利用该函数,结构user_info_1在delphi单元中没有,怎样把该单元加进单元中。并且请告知<br>其他api函数没有被包含在delphi单元中,怎样来利用这些api函数。
 
需要自己声明:<br>function NetUserAdd(servername: LPCWSTR; level: DWORD; buf: Pointer;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;parm_err: PDWORD): NET_API_STATUS; stdcall;external 'netapi32.dll';<br>function NetUserDel(servername: LPCWSTR; username: LPCWSTR): NET_API_STATUS; <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;stdcall;external 'netapi32.dll';<br>使用方法详见win32.hlp或MSDN
 
我主要想问怎样把结构user_info_1在delphi中来定义,请给出例子!
 
看看这个控件吧:nttools<br>http://www.torry.net/vcl/system/nt/nt.zip
 
多人接受答案了。
 
后退
顶部