?? dllobj.h
字號:
// DllObj.h:頭文件.
//
#ifndef _DLLOBJ_H__INCLUDED
#define _DLLOBJ_H__INCLUDED
#include <afxmt.h>
#ifdef __cplusplus
#define __DLLCOM__ extern "C" __declspec (dllexport)
#else
#define __DLLCOM__ __declspec (dllexport)
#endif
__DLLCOM__ LPSTR GetValueString();
__DLLCOM__ void SetValueString(LPCSTR str);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -