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.

26 lines
620 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: ctnotify.h
  7. //
  8. // Contents: Declaration of ctnotify.cpp
  9. //
  10. // History: 10-17-00 xiaohs Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #ifndef __CTNOTIFY_H__
  14. #define __CTNOTIFY_H__
  15. typedef struct _CERTTYPE_QUERY_INFO
  16. {
  17. DWORD dwChangeSequence;
  18. BOOL fUnbind;
  19. LDAP *pldap;
  20. ULONG msgID;
  21. HANDLE hThread;
  22. }CERTTYPE_QUERY_INFO;
  23. #endif //__CTNOTIFY_H__