WbemSec.H
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //***************************************************************************
  2. //
  3. //  WBEMSEC.H
  4. //
  5. //  Purpose: Provides prototypes for some security helper functions.
  6. //
  7. //  Copyright (c)1998 - 1999 Microsoft Corporation, All Rights Reserved
  8. //
  9. //***************************************************************************
  10. #ifndef _WBEMSEC_H_
  11. #define _WBEMSEC_H_
  12. HRESULT InitializeSecurity(BOOL bAuthenticate);
  13. HRESULT SetInterfaceSecurity(IUnknown * pInterface, LPWSTR pDomain, LPWSTR pUser, LPWSTR pPassword,bool bAuthenticate);
  14. bool IsAuthenticated(IUnknown * pFrom);
  15. #endif // _WBEMSEC_H_