26 lines
490 B
C
26 lines
490 B
C
/******************************************************************************
|
|
*
|
|
* (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
|
|
|