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.

28 lines
354 B

  1. /*++
  2. Copyright (c) 2001, Microsoft Corporation
  3. Module Name:
  4. eloptimize.h
  5. Abstract:
  6. User identity selection optimization module
  7. Revision History:
  8. sachins, July 26, 2001, Created
  9. --*/
  10. #ifndef _ELOPTIMIZE_H
  11. #define _ELOPTIMIZE_H
  12. DWORD
  13. ElGetUserIdentityOptimized (
  14. IN EAPOL_PCB *pPCB
  15. );
  16. #endif // _ELOPTIMIZE_H