Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygensamlib.h
Go to the documentation of this file.
00001 /* $Id: samlib.h 56648 2012-05-21 13:38:32Z ekohl $ 00002 */ 00003 /* 00004 * samlib.h 00005 * 00006 * Security Account Manager API, native interface 00007 * 00008 * This file is part of the ReactOS Operating System. 00009 * 00010 * Contributors: 00011 * Created by Eric Kohl 00012 * 00013 * THIS SOFTWARE IS NOT COPYRIGHTED 00014 * 00015 * This source code is offered for use in the public domain. You may 00016 * use, modify or distribute it freely. 00017 * 00018 * This code is distributed in the hope that it will be useful but 00019 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00020 * DISCLAMED. This includes but is not limited to warranties of 00021 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00022 * 00023 */ 00024 00025 #ifndef __SAMLIB_H_INCLUDED__ 00026 #define __SAMLIB_H_INCLUDED__ 00027 00028 00029 BOOL WINAPI 00030 SamCreateUser (PWSTR UserName, 00031 PWSTR UserPassword, 00032 PSID UserSid); 00033 00034 BOOL WINAPI 00035 SamCheckUserPassword (PWSTR UserName, 00036 PWSTR UserPassword); 00037 00038 BOOL WINAPI 00039 SamGetUserSid (PWSTR UserName, 00040 PSID *Sid); 00041 00042 #endif /* __SAMLIB_H_INCLUDED__ */ 00043 00044 /* EOF */ Generated on Sun May 27 2012 04:33:16 for ReactOS by
1.7.6.1
|