WindowsXP-SP1/ds/netapi/access/netuser_win32_api_.htm
2020-09-30 16:53:49 +02:00

33 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 APIs, 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>