91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

調用動態庫!

發布時間:2020-06-27 22:43:24 來源:網絡 閱讀:544 作者:神跡難覓 欄目:編程語言

#include<windows.h>

#include<iostream>

//客戶端初始化 獲取handle上下

typedef int(*CltSocketInit)(void **handle);

//客戶端發報文

typedef int(*CltSocketSend)(void *handle, unsigned char *buf, int buflen);

//客戶端收報文

typedef int(*CltSocketRev)(void *handle, unsigned char *buf, int *buflen);

//客戶端釋放資源

typedef int(*CltSocketDestory)(void *handle);//以上都是指針函數

int main(){


HINSTANCE hinstance = NULL;

hinstance = ::LoadLibrary("D:\\SocketClient.dll");//獲得句柄

CltSocketInit cltSocketInit = (CltSocketInit)GetProcAddress(hinstance, "cltSocketInit");//獲取函數地址傳給函數指針!

CltSocketSend cltSocketSend = (CltSocketSend)GetProcAddress(hinstance, "cltSocketSend");

CltSocketRev cltSocketRev = (CltSocketRev)::GetProcAddress(hinstance, "cltSocketRev");

CltSocketDestory cltSocketDestory = (CltSocketDestory)::GetProcAddress(hinstance, "cltSocketDestory");

void *handle = NULL;

unsigned char buf[100];

int buflen = 10;

memcpy(buf, "ddddddddddssssssssss", 10);


unsigned char out[100] = { 0 };

int outlen = 0;


int ret = cltSocketInit(&handle);


ret = cltSocketSend(handle, buf, buflen);

ret = cltSocketRev(handle, out, &outlen);

ret = cltSocketDestory(handle);


printf("out:%s", out);

system("pause");


}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宜州市| 白玉县| 濮阳县| 封开县| 永州市| 乳山市| 凤山市| 吴忠市| 广州市| 河北省| 乐安县| 拜泉县| 琼海市| 岫岩| 寿宁县| 巩留县| 阿拉善盟| 北流市| 天峻县| 灵寿县| 滦平县| 湖州市| 登封市| 济宁市| 夏津县| 张北县| 塘沽区| 维西| 炎陵县| 武平县| 辉南县| 得荣县| 南汇区| 蒲城县| 商河县| 客服| 江永县| 崇礼县| 南安市| 平安县| 大安市|