⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testregisterletter.cpp

📁 UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议
💻 CPP
字号:
// testRegisterLetter.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>

#include "../../hmaccess/hmacommon.h"
#include "..\..\HMDBAPI\HMDBRegisterLetter.h"

int main(int argc, char* argv[])
{
	HMASPMAILPROP mail={0};
	mail.cbSize=sizeof(HMASPMAILPROP);
	mail.nStep=1;
	mail.pszContentFileName="test.xml";
	strcpy(mail.szUID,"aw341s111111qqq111");
	strcpy(mail.szUUID,"wc12s45hhh6222222sw222");
	mail.SignData=(char *)&mail;
	mail.cbSignSize=mail.cbSize;

	
	HMDBRegisterLetter(&mail);
	
	printf("Hello World!\n");
	return 0;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -