Home
last modified time | relevance | path

Searched refs:DdeInstData (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/svdde/
H A Dddecli.cxx42 DdeInstData* ImpInitInstData() in ImpInitInstData()
44 DdeInstData* pData = new DdeInstData; in ImpInitInstData()
45 memset( pData,0,sizeof(DdeInstData) ); in ImpInitInstData()
46 DdeInstData** ppInst = (DdeInstData**)GetAppData( SHL_SVDDE ); in ImpInitInstData()
53 DdeInstData** ppInst = (DdeInstData**)GetAppData( SHL_SVDDE ); in ImpDeinitInstData()
75 DdeInstData* pInst = ImpGetInstData(); in CliCallback()
158 DdeInstData* pInst = ImpGetInstData(); in DdeConnection()
198 DdeInstData* pInst = ImpGetInstData(); in ~DdeConnection()
263 DdeInstData* pInst = ImpGetInstData(); in GetConnections()
274 DdeInstData* pInst = ImpGetInstData(); in DdeTransaction()
[all …]
H A Dddesvr.cxx81 DdeInstData* pInst = ImpGetInstData(); in SV_IMPL_VARARR()
400 DdeInstData* pInst = ImpGetInstData(); in FindTopic()
430 DdeInstData* pInst = ImpGetInstData(); in FindItem()
458 DdeInstData* pInst = ImpGetInstData(); in DdeService()
502 DdeInstData* pInst = ImpGetInstData(); in ~DdeService()
543 DdeInstData* pInst = ImpGetInstData(); in GetServices()
616 DdeInstData* pInst = ImpGetInstData(); in DdeTopic()
701 DdeInstData* pInst = ImpGetInstData(); in NotifyClient()
772 DdeInstData* pInst = ImpGetInstData(); in GetConvId()
795 DdeInstData* pInst = ImpGetInstData(); in DdeItem()
[all …]
H A Dddeimp.hxx148 struct DdeInstData struct
166 inline DdeInstData* ImpGetInstData() in ImpGetInstData() argument
168 return (DdeInstData*)(*GetAppData( SHL_SVDDE )); in ImpGetInstData()
170 DdeInstData* ImpInitInstData();

Completed in 29 milliseconds