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.
21 lines
256 B
21 lines
256 B
/*
|
|
* LCRpcInt.h
|
|
*
|
|
* Author: BreenH
|
|
*
|
|
* Internal functions to support the RPC interface.
|
|
*/
|
|
|
|
#ifndef __LC_LCRPCINT_H__
|
|
#define __LC_LCRPCINT_H__
|
|
|
|
/*
|
|
* Function Prototypes
|
|
*/
|
|
|
|
NTSTATUS
|
|
InitializeRpcInterface(
|
|
);
|
|
|
|
#endif
|
|
|