windows-nt/Source/XPSP1/NT/net/layer2svc/eapol/service/eloptimize.h

29 lines
354 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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