//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言JSON类模块源码
系统结构:Bin2Hex,Hex2Bin,ToDecimal,Parse,ToString,KeyExist,Eva,EvaString,AddBool,AddDate,AddInt,AddJson,AddString,GetMemberCount,GetMemberBool,GetMemberInt,GetMemberDate,GetMemberString,GetMemberJson,DelKey,DelMember,GetAllKey,GetAllValue,GetBin,GetBool,GetDate,GetInt,GetJson,GetString,GetKeyType,SetBin,SetBool,SetDate,SetInt,SetJson,SetString,CoInitialize,CoUninitialize,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ Bin2Hex
| |
| |------ Hex2Bin
| |
| |------ ToDecimal
| |
| |
======_JSON
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ Parse
| |
| |------ ToString
| |
| |------ KeyExist
| |
| |------ Eva
| |
| |------ EvaString
| |
| |------ AddBool
| |
| |------ AddDate
| |
| |------ AddInt
| |
| |------ AddJson
| |
| |------ AddString
| |
| |------ GetMemberCount
| |
| |------ GetMemberBool
| |
| |------ GetMemberInt
| |
| |------ GetMemberDate
| |
| |------ GetMemberString
| |
| |------ GetMemberJson
| |
| |------ DelKey
| |
| |------ DelMember
| |
| |------ GetAllKey
| |
| |------ GetAllValue
| |
| |------ GetBin
| |
| |------ GetBool
| |
| |------ GetDate
| |
| |------ GetInt
| |
| |------ GetJson
| |
| |------ GetString
| |
| |------ GetKeyType
| |
| |------ SetBin
| |
| |------ SetBool
| |
| |------ SetDate
| |
| |------ SetInt
| |
| |------ SetJson
| |
| |------ SetString
| |
| |
======调用的Dll
| |
| |---[dll]------ CoInitialize
| |
| |---[dll]------ CoUninitialize
调用的DLL命令:
.DLL命令 CoInitialize, 整数型, "ole32.dll", "CoInitialize", 公开, HRESULT WINAPI CoInitialize
.参数 pvReserved, 整数型, , _In_opt_ LPVOID pvReserved,
.DLL命令 CoUninitialize, , "ole32.dll", "CoUninitialize", 公开, void WINAPI CoUninitialize
