📄 applicationstream.h
字号:
#if !defined(AFX_APPLICATIONSTREAM_H__09E061CD_A8B5_4549_A9BC_81A5FA5D606D__INCLUDED_)
#define AFX_APPLICATIONSTREAM_H__09E061CD_A8B5_4549_A9BC_81A5FA5D606D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CApplicationStream wrapper class
class CApplicationStream : public COleDispatchDriver
{
public:
CApplicationStream() {} // Calls COleDispatchDriver default constructor
CApplicationStream(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CApplicationStream(const CApplicationStream& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CString GetApplicationName();
CString GetHandle();
CString Read();
void Write(LPCTSTR Text);
void SendDatagram(LPCTSTR Text);
long GetDataLength();
void Disconnect();
CString GetPartnerHandle();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_APPLICATIONSTREAM_H__09E061CD_A8B5_4549_A9BC_81A5FA5D606D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -