The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RPCBind.h
Go to the documentation of this file.
1 /*
2  * RPCBind.h
3  *
4  * Created on: 1 Sep 2012
5  * Author: Patrick
6  */
7 
8 #ifndef RPCBIND_H_
9 #define RPCBIND_H_
10 
11 #define pszProtocolSequenceTCP "ncacn_ip_tcp"
12 #define pszProtocolSequenceNP "ncacn_np"
13 
14 extern "C"
15 {
16 
25 void __stdcall Bind(const char * NetworkAddress, const char * EndPoint, const char * protocolSequence);
26 
30 void __stdcall UnBind(void);
31 
32 }
33 
34 #endif /* RPCBIND_H_ */