WindowsXP-SP1/termsrv/winsta/lscore/lcrpcint.h
2020-09-30 16:53:49 +02:00

22 lines
256 B
C

/*
* LCRpcInt.h
*
* Author: BreenH
*
* Internal functions to support the RPC interface.
*/
#ifndef __LC_LCRPCINT_H__
#define __LC_LCRPCINT_H__
/*
* Function Prototypes
*/
NTSTATUS
InitializeRpcInterface(
);
#endif