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
26 lines
630 B
/****************************************************************************************
|
|
* NAME: NapUtil.h
|
|
*
|
|
* OVERVIEW
|
|
*
|
|
* Internet Authentication Server: utility functions
|
|
*
|
|
* Copyright (C) Microsoft Corporation, 1998 - 1999 . All Rights Reserved.
|
|
*
|
|
* History:
|
|
* 2/12/98 Created by Byao
|
|
*****************************************************************************************/
|
|
|
|
#ifndef _INCLUDE_NAPUTIL_
|
|
#define _INCLUDE_NAPUTIL_
|
|
|
|
|
|
HRESULT GetSdoInterfaceProperty(ISdo *pISdo,
|
|
LONG lPropId,
|
|
REFIID riid,
|
|
void ** ppvObject);
|
|
|
|
|
|
#endif //_INCLUDE_NAPUTIL_
|
|
|
|
|