吐血大貢獻-----200分求NetShareSetInfo函數在Delphi中如何使用,請舉例說明!!!(200分)

  • 主题发起人 主题发起人 chenghus
  • 开始时间 开始时间
C

chenghus

Unregistered / Unconfirmed
GUEST, unregistred user!
吐血大貢獻-----200分求NetShareSetInfo函數在Delphi中如何使用,請舉例說明!!!
 
The NetShareSetInfo function sets the parameters of a shared resource.

Security Requirements

Only the Administrators local group or Communication, Print, or Server operator
group membership is required to successfully execute NetShareSetInfo. The
Print operator can set information only about Printer queues. The Communication
operator can set information only about communication-device queues.

NET_API_STATUS NetShareSetInfo(

LPTSTR servername,
LPTSTR netname,
DWORD level,
LPBYTE buf,
LPDWORD parm_err
);
 
chenghus:如果你还要继续讨论请定期提前你的帖子,如果不想继续讨论请结束帖子。
 
接受答案了.
 
后退
顶部