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

/******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 2001
*
* TITLE: sticfunc.h
*
* VERSION: 1.0
*
* DATE: 6 March, 2001
*
* DESCRIPTION:
* Header file used for "C" functions defined in sticfunc.c
*
******************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
ULONG GetCurrentSessionID();
#ifdef __cplusplus
}
#endif