Leaked source code of windows server 2003
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.

26 lines
630 B

  1. /****************************************************************************************
  2. * NAME: NapUtil.h
  3. *
  4. * OVERVIEW
  5. *
  6. * Internet Authentication Server: utility functions
  7. *
  8. * Copyright (C) Microsoft Corporation, 1998 - 1999 . All Rights Reserved.
  9. *
  10. * History:
  11. * 2/12/98 Created by Byao
  12. *****************************************************************************************/
  13. #ifndef _INCLUDE_NAPUTIL_
  14. #define _INCLUDE_NAPUTIL_
  15. HRESULT GetSdoInterfaceProperty(ISdo *pISdo,
  16. LONG lPropId,
  17. REFIID riid,
  18. void ** ppvObject);
  19. #endif //_INCLUDE_NAPUTIL_