SelfInfo.h 248 字节
Newer Older
G
Gogs 已提交
1 2 3 4
#pragma once
#include<windows.h>
#include<iostream>
using namespace std;
5 6
wstring GetSelfInfo();
#ifndef USE_SOCKET
G
Gogs 已提交
7
extern "C" __declspec(dllexport) DWORD GetSelfInfoRemote();
8 9
extern "C" __declspec(dllexport) VOID DeleteSelfInfoCacheRemote();
#endif