Searched refs:hDdeInst (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svl/source/svdde/ |
H A D | ddeinf.cxx | 55 DWORD hDdeInst = NULL; in DdeServiceList() local 63 nStatus = DdeInitialize( &hDdeInst, (PFNCALLBACK) DdeInternal::InfCallback, in DdeServiceList() 74 hTopic = DdeCreateStringHandle( hDdeInst, const_cast<LPTSTR>(p), CP_WINUNICODE ); in DdeServiceList() 76 hTopic = DdeCreateStringHandle( hDdeInst, p, CP_WINUNICODE ); in DdeServiceList() 80 hConvList = DdeConnectList( hDdeInst, NULL, hTopic, NULL, NULL ); in DdeServiceList() 81 nStatus = DdeGetLastError( hDdeInst ); in DdeServiceList() 105 DdeQueryString( hDdeInst, h, buf, sizeof(buf) / sizeof(TCHAR), CP_WINUNICODE ); in DdeServiceList() 108 DdeQueryString( hDdeInst, aInf.hszTopic, p, sizeof(buf)/sizeof(TCHAR)-lstrlen( buf ), in DdeServiceList() 117 DdeFreeStringHandle( hDdeInst, hTopic ); in DdeServiceList() 118 if ( hDdeInst ) in DdeServiceList() [all …]
|
H A D | ddestrg.cxx | 34 DdeString::DdeString( DWORD hDdeInst, const sal_Unicode* p ) : in DdeString() argument 37 hString = DdeCreateStringHandle( hDdeInst, (LPTSTR)p, CP_WINUNICODE ); in DdeString() 38 hInst = hDdeInst; in DdeString() 43 DdeString::DdeString( DWORD hDdeInst, const String& r) : in DdeString() argument 46 hString = DdeCreateStringHandle( hDdeInst, (LPTSTR)r.GetBuffer(), CP_WINUNICODE ); in DdeString() 47 hInst = hDdeInst; in DdeString()
|
Completed in 23 milliseconds