Home
last modified time | relevance | path

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

/aoo41x/main/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx51 m_hGlobal( NULL ), in CAPNDataObject()
82 hr = GetHGlobalFromStream(pStm.get(), &m_hGlobal ); in CAPNDataObject()
96 GlobalFree(m_hGlobal); in CAPNDataObject()
98 m_hGlobal = NULL; in CAPNDataObject()
105 if (m_hGlobal) in ~CAPNDataObject()
108 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject()
360 if (m_hGlobal) in MarshalIDataObjectIntoCurrentApartment()
363 hr = CreateStreamOnHGlobal(m_hGlobal, KEEP_HGLOB_ON_RELEASE, &pStm); in MarshalIDataObjectIntoCurrentApartment()
H A DAPNDataObject.hxx76 HGLOBAL m_hGlobal; member in CAPNDataObject
/aoo41x/main/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx74 HGLOBAL m_hGlobal; member in CAPNDataObject

Completed in 18 milliseconds