Searched refs:m_hGlobal (Results 1 – 3 of 3) sorted by relevance
51 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()
75 HGLOBAL m_hGlobal; member in CAPNDataObject
74 HGLOBAL m_hGlobal; member in CAPNDataObject
Completed in 16 milliseconds