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.

24 lines
698 B

  1. //***************************************************************************
  2. //
  3. // WBEMSEC.H
  4. //
  5. // Purpose: Provides prototypes for some security helper functions.
  6. //
  7. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  8. //
  9. //***************************************************************************
  10. #ifndef _WBEMSEC_H_
  11. #define _WBEMSEC_H_
  12. HRESULT InitializeSecurity(DWORD dwAuthLevel, DWORD dwImpLevel);
  13. SCODE GetAuthImp(IUnknown * pFrom, DWORD * pdwAuthLevel, DWORD * pdwImpLevel);
  14. HRESULT SetInterfaceSecurity(IUnknown * pInterface, LPWSTR pDomain, LPWSTR pUser, LPWSTR pPassword, DWORD dwAuthLevel, DWORD dwImpLevel);
  15. #endif // _WBEMSEC_H_