windows-nt/Source/XPSP1/NT/net/sfm/afp/server/client.h
2020-09-26 16:20:57 +08:00

58 lines
568 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Copyright (c) 1992 Microsoft Corporation
Module Name:
client.h
Abstract:
This module contains prototypes for client impersonation and Lsa support
routines.
Author:
Jameel Hyder (microsoft!jameelh)
Revision History:
08 Jul 1992 Initial Version
Notes: Tab stop: 4
--*/
#ifndef _CLIENT_
#define _CLIENT_
extern
VOID
AfpImpersonateClient(
IN PSDA pSda OPTIONAL
);
extern
VOID
AfpRevertBack(
VOID
);
extern
AFPSTATUS
AfpLogonUser(
IN PSDA pSda,
IN PANSI_STRING UserPasswd
);
extern
PBYTE
AfpGetChallenge(
IN VOID
);
#endif // _CLIENT_