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.

25 lines
743 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows NT Security
  4. // Copyright (C) Microsoft Corporation, 1992 - 1999
  5. //
  6. // File: util.h
  7. //
  8. // Contents: Utility functions
  9. //
  10. // History: 12-May-97 kirtd Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #if !defined(__UTIL_H__)
  14. #define __UTIL_H__
  15. //
  16. // The following help us retrieve the publisher and publisher cert issuer
  17. // names out of the cert context. They are stolen from SOFTPUB. Note
  18. // that the returned strings must be CoTaskMemFree'd
  19. //
  20. extern void TUIGoLink(HWND hParent, WCHAR *pszWhere);
  21. extern WCHAR *GetGoLink(SPC_LINK *psLink);
  22. #endif