WeChatFerry/Spy/rpc_server.h
2021-02-12 23:21:57 +08:00

6 lines
107 B
C

#pragma once
#include "framework.h"
int RpcStartServer(HMODULE hModule);
int RpcStopServer(void);