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.
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML DIR="LTR"><HEAD> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <TITLE>Net User Win32 API Component Description</TITLE> <style type="text/css">@import url(td.css);</style></HEAD> <BODY TOPMARGIN="0"> <H1><A NAME="_net_user_win32_api_component_description"></A><SUP></SUP>NetUser Win32 API Component Description</H1>
<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>
<P>The NetUser Win32 API component includes the following API elements:</P>
<P><B>NetUserXXX<BR> NetLocalGroupXXX<BR> NetGroupXXX<BR> NetQueryDisplayInformation<BR> NetGetDisplayInformationIndex</B></P>
<H1>Component Configuration</H1>
<P>There are no configuration requirements for this component.</P>
<H1>Special Notes</H1>
<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>
<H1>For More Information</H1>
<P>The NetUser Win32 APIs are documented in the Microsoft Developers Network (MSDN).</P>
</BODY> </HTML>
|