mirror of https://github.com/tongzx/nt5src
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.
28 lines
354 B
28 lines
354 B
/*++
|
|
|
|
Copyright (c) 2001, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
eloptimize.h
|
|
|
|
Abstract:
|
|
|
|
User identity selection optimization module
|
|
|
|
|
|
Revision History:
|
|
|
|
sachins, July 26, 2001, Created
|
|
|
|
--*/
|
|
|
|
#ifndef _ELOPTIMIZE_H
|
|
#define _ELOPTIMIZE_H
|
|
|
|
DWORD
|
|
ElGetUserIdentityOptimized (
|
|
IN EAPOL_PCB *pPCB
|
|
);
|
|
|
|
#endif // _ELOPTIMIZE_H
|