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.

35 lines
855 B

  1. /****************************************************************************************
  2. * NAME: DBSQLTYP.H
  3. * MODULE: DBSQL
  4. * AUTHOR: Ross M. Brown
  5. *
  6. * HISTORY
  7. * 08/29/94 ROSSB Created
  8. * 05/08/96 DanielLi Added Pxxxx defs
  9. *
  10. * OVERVIEW
  11. *
  12. * Includes basic Account database types for use by other services.
  13. * (See "acctapi.h" for api definitions.)
  14. *
  15. ****************************************************************************************/
  16. #ifndef DBSQLTYP_H
  17. #define DBSQLTYP_H
  18. #include <windows.h>
  19. typedef ULONG HACCT;
  20. typedef HACCT *PHACCT;
  21. typedef ULONG HOWNER;
  22. typedef ULONG HPAYMENTMETHOD;
  23. typedef int TOKEN;
  24. typedef TOKEN *PTOKEN;
  25. typedef WORD AR;
  26. typedef AR *PAR;
  27. typedef ULONG HGROUP;
  28. typedef HGROUP *PHGROUP;
  29. //typedef ULONG TOKEN;
  30. #endif // DBSQLTYP_H