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

📄 skype.h

📁 usb的skype电话
💻 H
字号:
#if !defined(AFX_SKYPE_H__DC2AFD5B_95F9_4534_99FF_B9EDC7DA87BD__INCLUDED_)
#define AFX_SKYPE_H__DC2AFD5B_95F9_4534_99FF_B9EDC7DA87BD__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.


// Dispatch interfaces referenced by this interface
class CUser;
class CConversion;
class CUserCollection;
class CCallCollection;
class CChatMessageCollection;
class CCall;
class CChatMessage;
class CChatCollection;
class CChat;
class CConference;
class CConferenceCollection;
class CVoicemailCollection;
class CVoicemail;
class CApplication;
class CProfile;
class CGroupCollection;
class CGroup;
class CSettings;
class CClient;
class CCommand;
class CSmsMessage;
class CSmsMessageCollection;

/////////////////////////////////////////////////////////////////////////////
// CSkype wrapper class

class CSkype : public CWnd
{
protected:
	DECLARE_DYNCREATE(CSkype)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x830690fc, 0xbf2f, 0x47a6, { 0xac, 0x2d, 0x33, 0xb, 0xcb, 0x40, 0x26, 0x64 } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:

// Operations
public:
	long GetTimeout();
	void SetTimeout(long nNewValue);
	CString GetProperty_(LPCTSTR ObjectType, LPCTSTR ObjectId, LPCTSTR PropName);
	void SetProperty_(LPCTSTR ObjectType, LPCTSTR ObjectId, LPCTSTR PropName, LPCTSTR lpszNewValue);
	CString GetVariable(LPCTSTR Name);
	void SetVariable(LPCTSTR Name, LPCTSTR lpszNewValue);
	CString GetCurrentUserHandle();
	long GetCurrentUserStatus();
	void SetCurrentUserStatus(long nNewValue);
	long GetConnectionStatus();
	BOOL GetMute();
	void SetMute(BOOL bNewValue);
	CString GetVersion();
	BOOL GetPrivilege(LPCTSTR Name);
	CUser GetCurrentUser();
	CConversion GetConvert();
	CUserCollection GetFriends();
	CUserCollection SearchForUsers(LPCTSTR Target);
	CCallCollection GetCalls(LPCTSTR Target);
	CCallCollection GetActiveCalls();
	CCallCollection GetMissedCalls();
	CChatMessageCollection GetMessages(LPCTSTR Target);
	CChatMessageCollection GetMissedMessages();
	long GetAttachmentStatus();
	long GetProtocol();
	void SetProtocol(long nNewValue);
	void Attach(long Protocol, BOOL Wait);
	CCall PlaceCall(LPCTSTR Target, LPCTSTR Target2, LPCTSTR Target3, LPCTSTR Target4);
	CChatMessage SendMessage(LPCTSTR Username, LPCTSTR Text);
	CUser GetUser(LPCTSTR Username);
	CChatMessage GetMessage(long Id);
	CCall GetCall(long Id);
	void SendCommand(LPDISPATCH pCommand);
	CChatCollection GetChats();
	CChat GetChat(LPCTSTR Name);
	void ChangeUserStatus(long newVal);
	CConference GetConference(long Id);
	CConferenceCollection GetConferences();
	CString GetProfile(LPCTSTR Property_);
	void SetProfile(LPCTSTR Property_, LPCTSTR lpszNewValue);
	CChatCollection GetActiveChats();
	CChatCollection GetMissedChats();
	CChatCollection GetRecentChats();
	CChatCollection GetBookmarkedChats();
	CChat CreateChatWith(LPCTSTR Username);
	CChat CreateChatMultiple(LPDISPATCH pMembers);
	CVoicemailCollection GetVoicemails();
	CVoicemail SendVoicemail(LPCTSTR Username);
	CUserCollection GetUsersWaitingAuthorization();
	void ClearChatHistory();
	void ClearVoicemailHistory();
	void ClearCallHistory(LPCTSTR Username, long Type);
	BOOL GetCommandId();
	void SetCommandId(BOOL bNewValue);
	CApplication GetApplication(LPCTSTR Name);
	CVoicemail GetGreeting(LPCTSTR Username);
	BOOL GetCache();
	void SetCache(BOOL bNewValue);
	void ResetCache();
	CProfile GetCurrentUserProfile();
	CGroupCollection GetGroups();
	CGroupCollection GetCustomGroups();
	CGroupCollection GetHardwiredGroups();
	CGroup CreateGroup(LPCTSTR GroupName);
	void DeleteGroup(long GroupId);
	CSettings GetSettings();
	CClient GetClient();
	void SetFriendlyName(LPCTSTR lpszNewValue);
	CCommand GetCommand(long Id, LPCTSTR Command, LPCTSTR Reply, BOOL Block, long Timeout);
	CVoicemail GetVoicemail(long Id);
	CVoicemailCollection GetMissedVoicemails();
	CSmsMessage CreateSms(long MessageType, LPCTSTR TargetNumbers);
	CSmsMessageCollection GetSmss();
	CSmsMessageCollection GetMissedSmss();
	CSmsMessage SendSms(LPCTSTR TargetNumbers, LPCTSTR MessageText, LPCTSTR ReplyToNumber);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SKYPE_H__DC2AFD5B_95F9_4534_99FF_B9EDC7DA87BD__INCLUDED_)

⌨️ 快捷键说明

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