Source code of Windows XP (NT5)
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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1997.
//
// File: pwdsspp.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 9-08-97 RichardW Created
//
//----------------------------------------------------------------------------
#ifndef __PWDSSPP_H__
#define __PWDSSPP_H__
#ifdef __cplusplus
extern "C" { #endif // __cplusplus
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <rpc.h>
#include <lm.h>
#include <dsgetdc.h>
#include <ntdsapi.h>
#include <dnsapi.h>
#include <ntdsa.h>
#define SECURITY_WIN32
#define SECURITY_PACKAGE
#include <security.h>
#include <secint.h>
#include <samrpc.h>
#include <samisrv.h>
#include <lsarpc.h>
#include <lsaisrv.h>
#include <lsaitf.h>
#include <kerberos.h>
#include "pwdssp.h"
BOOL CacheInitialize( VOID );
BOOL PwdCrackName( PWSTR DN, PWSTR FlatDomain, PWSTR FlatUser );
#ifdef __cplusplus
} #endif // __cplusplus
#endif // __PWDSSPP_H__
|