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

📄 sms.searchresults

📁 BREW 短信开开发的例子
💻 SEARCHRESULTS
字号:
---- EVT_USER Matches (2 in 1 files) ----
Sms.c:	  case EVT_USER:
Sms.c:               EVT_USER, status, 0);
---- sms_init Matches (5 in 1 files) ----
Sms.c:static void sms_init(CSmsApp * pApp);
Sms.c:         sms_init(pApp);
Sms.c:			 sms_init(pApp);
Sms.c:		  //sms_init(pApp);
Sms.c:static void sms_init(CSmsApp * pApp)
---- AEEClsCreateInstance Matches (4 in 1 files) ----
Sms.c:FUNCTION: AEEClsCreateInstance
Sms.c:   int AEEClsCreateInstance(AEECLSID ClsId,IShell * pIShell,IModule * po,void ** ppObj)
Sms.c:int AEEClsCreateInstance(AEECLSID ClsId,IShell * pIShell,IModule * po,void ** ppObj)
Sms.c:	to this applet. It was initialized during the AEEClsCreateInstance() function.
---- IDISPLAY_DrawText Matches (14 in 3 files) ----
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):#define IDISPLAY_DrawText(p,f,psz,nl,x,y,prcb,flags)  AEEGETPVTBL(p,IDisplay)->DrawText((p),(f),(psz),(nl),(x),(y),(prcb),(flags))
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):#define IDISPLAY_OEMDrawText(p,f,psz,nl,x,y,prcb,flags)  IDISPLAY_DrawText(p,f,(const AECHAR *)psz,nl,x,y,prcb,((flags)|IDF_TEXT_FORMAT_OEM));
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):values defined for these symbols, and an IDISPLAY_DrawText() call with the 
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):and IDISPLAY_DrawText() functions.
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):IDF_RECT_NONE:       No Rectangle, used in IDISPLAY_DrawText() 
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):IDF_ALIGN_FILL:      Fill the rectangle width (specified with IDISPLAY_DrawText() ) with the text.
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):   IDISPLAY_DrawText(), 
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):   IDISPLAY_DrawText(), 
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):   IDISPLAY_DrawText(), 
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):Function: IDISPLAY_DrawText()
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):   int   IDISPLAY_DrawText(IDisplay * po,
AEEDisp.h (c:\program files\brew 3.1.2\sdk\inc):   IDISPLAY_DrawText(), 
AEEFont.h (c:\program files\brew 3.1.2\sdk\inc):   options.  The values are defined as for IDISPLAY_DrawText(), but only
AEEMenu.h (c:\program files\brew 3.1.2\sdk\inc):            IDISPLAY_DrawText(is->pIDisplay, AEE_FONT_NORMAL, (AECHAR*)L"AppDrawnMenu", -1, is->rc.x, is->rc.y, &is->rc, IDF_ALIGN_NONE|IDF_TEXT_TRANSPARENT);
---- ISHELL_LoadResString Matches (20 in 2 files) ----
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):#define ISHELL_LoadResString(p,pname,id,b,s)    GET_PVTBL(p,IShell)->LoadResString(p,pname,id,b,s)
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    -    ISHELL_LoadResString() reads a string resource into a character buffer, a
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):ISHELL_LoadResString()
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    int ISHELL_LoadResString
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    ISHELL_LoadResString()
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):   ISHELL_LoadResString
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    ISHELL_LoadResString()
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    ISHELL_LoadResString()
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    ISHELL_LoadResString()
AEEShell.h (c:\program files\brew 3.1.2\sdk\inc):    ISHELL_LoadResString()
Sms.c:		 ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_RESULT, szTitle, 20);
Sms.c:	     ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_SUCCESS, szText, 20);
Sms.c:		 ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_RESULT, szTitle, 20);
Sms.c:	     ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_FAIL, szText, 20);
Sms.c:	  ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_RESULT, szTitle, 20);
Sms.c:	  ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SENDING, szText, 20);
Sms.c:	  ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_RESULT, szTitle, 20);
Sms.c:	  ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_FAIL, szText, 20);
Sms.c:               ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, IDS_SEND_RESULT, szTitle, 20);
Sms.c:	           ISHELL_LoadResString(pApp->a.m_pIShell, SMS_RES_FILE, pApp->sendingflag, szText, 20);

⌨️ 快捷键说明

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