//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言控制托盘图标源码系统结构:WriteInt,L,QueryInterface,AddRef,Release,ITrayNotify_RegisterCallback,ITrayNotify_SetPreference,ITrayNotify_EnableAutoTray,ITrayNotifyWin8_RegisterCallback,ITrayNotifyWin8_UnregisterCallback,ITrayNotifyWin8_SetPreference,ITrayNotifyWin8_EnableAutoTray,ITrayNotifyWin8_DoAction,new_NotificationMgr,NotificationMgr_QueryInterface,NotificationMgr_AddRef,NotificationMgr_Release,NotificationMgr_Notify,CoInitialize,CoCreateInstance,StrStrI,MultiByteToWideChar, ======程序集1 || ||------_启动子程序 || ||------_取INotificationCB指针 || ||------_取NOTIFYITEM指针 || ||------_取字节集指针 || ||------WriteInt || ||------L || || ======IUnknown || ||------QueryInterface || ||------AddRef || ||------Release || || ======ITrayNotify || ||------ITrayNotify_RegisterCallback || ||------ITrayNotify_SetPreference || ||------ITrayNotify_EnableAutoTray || || ======ITrayNotifyWin8 || ||------ITrayNotifyWin8_RegisterCallback || ||------ITrayNotifyWin8_UnregisterCallback || ||------ITrayNotifyWin8_SetPreference || ||------ITrayNotifyWin8_EnableAutoTray || ||------ITrayNotifyWin8_DoAction || || ======NotificationMgr || ||------new_NotificationMgr || ||------NotificationMgr_QueryInterface || ||------NotificationMgr_AddRef || ||------NotificationMgr_Release || ||------NotificationMgr_Notify || || ======调用的Dll || ||---[dll]------CoInitialize || ||---[dll]------CoCreateInstance || ||---[dll]------StrStrI || ||---[dll]------MultiByteToWideChar 调用的DLL命令: .DLL命令CoInitialize,整数型,"ole32.dll","CoInitialize" .参数pvReserved,整数型 .DLL命令CoCreateInstance,整数型,"ole32.dll","CoCreateInstance" .参数rclsid,字节集 .参数pUnkOuter,整数型 .参数dwClsContext,整数型 .参数riid,字节集 .参数ppv,整数型,传址 .DLL命令StrStrI,整数型,"shlwapi.dll","StrStrIW" .参数pszFirst,整数型 .参数pszSrch,字节集 .DLL命令MultiByteToWideChar,整数型,"kernel32.dll","MultiByteToWideChar" .参数CodePage,整数型 .参数dwFlags,整数型 .参数lpMultiByteStr,文本型,传址 .参数cbMultiByte,整数型 .参数lpWideCharStr,字节集,传址 .参数cchWideChar,整数型
