WbemSec.H
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- //***************************************************************************
- //
- // WBEMSEC.H
- //
- // Purpose: Provides prototypes for some security helper functions.
- //
- // Copyright (c)1998 - 1999 Microsoft Corporation, All Rights Reserved
- //
- //***************************************************************************
- #ifndef _WBEMSEC_H_
- #define _WBEMSEC_H_
- HRESULT InitializeSecurity(BOOL bAuthenticate);
- HRESULT SetInterfaceSecurity(IUnknown * pInterface, LPWSTR pDomain, LPWSTR pUser, LPWSTR pPassword,bool bAuthenticate);
- bool IsAuthenticated(IUnknown * pFrom);
- #endif // _WBEMSEC_H_