Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.6 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML DIR="LTR"><HEAD>
  3. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  4. <TITLE>Net User Win32 API Component Description</TITLE>
  5. <style type="text/css">@import url(td.css);</style></HEAD>
  6. <BODY TOPMARGIN="0">
  7. <H1><A NAME="_net_user_win32_api_component_description"></A><SUP></SUP>NetUser Win32 API Component Description</H1>
  8. <P>The NetUser Win32 application programming interface (API) component is a set of C APIs that applications can call to manage security principals that are maintained by the Security Accounts Manager (SAM). The following are examples of such security principals: set password, change password, create user, create group, set description, display users, and so on.</P>
  9. <P>The NetUser Win32 API component includes the following API elements:</P>
  10. <P><B>NetUserXXX<BR>
  11. NetLocalGroupXXX<BR>
  12. NetGroupXXX<BR>
  13. NetQueryDisplayInformation<BR>
  14. NetGetDisplayInformationIndex</B></P>
  15. <H1>Component Configuration</H1>
  16. <P>There are no configuration requirements for this component.</P>
  17. <H1>Special Notes</H1>
  18. <P>Although the C APIs included in this component are intended for applications, internal Windows components also make use of them. Therefore, just because no application is known to call these API�s, there may be system dependencies on them. However, if the operating system is configured not to perform any security principal management (reading or writing), this component should be unnecessary.</P>
  19. <H1>For More Information</H1>
  20. <P>The NetUser Win32 APIs are documented in the Microsoft Developers Network (MSDN).</P>
  21. </BODY>
  22. </HTML>