我一直在为客户端代理服务器系统做这件事,但我并没有像以前那样使用winsock制作没有代理的客户端服务器。我也对这里的消息队列有一个想法:-http://msdn.microsoft.com/en-us/library/windows/desktop/ms707133(v=vs.85).aspx,例如:-
#include "windows.h"
#include "mq.h"
#include "tchar.h"
HRESULT CreateMSMQQueue(
LPWSTR wszPathName,
PSECURITY_DESCRIPTOR pSecurityDescriptor,
LPWSTR wszOutFormatName,
DWORD *pdwOutFormatNameLength
)
{
// Define the maximum number of queue properties.
const int NUMBEROFPROPERTIES = 2;
但是客户端代理服务器系统和妈妈中间件的任何头文件或引用。任何头文件都可以在 windows c++ 中执行。