如何操作指向一内存空间的 HGLOBAL handle ?
查msdn查到下面一段话,但仍不知该怎么操作:
m_hData stores a Windows HGLOBAL handle to the actual binary large object data.
Work with the data in the object through m_hData, using the same techniques you would normally use to manipulate the data stored in a Windows HGLOBAL handle.
还望各位大虾指点。多谢!!!!!!