reactos/reactos/include/internal/service.h
Rex Jolliff 367fbb2a1f Added a service table registration function
svn path=/trunk/; revision=590
1999-07-12 23:32:30 +00:00

13 lines
198 B
C

#ifndef __INTERNAL_SERVICE_H
#define __INTERNAL_SERVICE_H
typedef struct _SERVICE_TABLE
{
unsigned long ParametersSize;
unsigned long Function;
} SERVICE_TABLE, *PSERVICE_TABLE;
#endif