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
490 B

  1. /******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 2001
  4. *
  5. * TITLE: sticfunc.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 6 March, 2001
  10. *
  11. * DESCRIPTION:
  12. * Header file used for "C" functions defined in sticfunc.c
  13. *
  14. ******************************************************************************/
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. ULONG GetCurrentSessionID();
  19. #ifdef __cplusplus
  20. }
  21. #endif