Source code of Windows XP (NT5)
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.

18 lines
485 B

  1. //
  2. // NetUtil.h
  3. //
  4. #ifndef _NETUTIL_H
  5. #define _NETUTIL_H
  6. BOOL GetCurrentUserFullName(CString& name);
  7. #define WIZ_CERT_REQUEST_STATUS_CONNECTION_FAILED 1
  8. #define WIZ_CERT_REQUEST_STATUS_REQUEST_DENIED 2
  9. #define WIZ_CERT_REQUEST_STATUS_CERT_ISSUED 3
  10. #define WIZ_CERT_REQUEST_STATUS_ISSUED_SEPARATELY 4
  11. #define WIZ_CERT_REQUEST_STATUS_UNDER_SUBMISSION 5
  12. #define WIZ_CERT_REQUEST_STATUS_REQUEST_ERROR 6
  13. #define WIZ_CERT_REQUEST_STATUS_INSTALL_FAILED 7
  14. #endif // _NETUTIL_H