XLL+ Class Library

CXlBinaryNameData Class

[C++]
class CXlBinaryNameData

Overview

The CXlBinaryNameData class is a data holder for BinaryName data.

Data held by Excel in a BinaryName is held in global moveable Windows memory and must be accessed with GlobalAlloc() and GlobalFree(). The CXlBinaryNameData object hides this implementation, and its destructor ensures that any locked memory is unlocked.

See CXllApp::GetBinaryName for an example of use.

Requirements

Header: xllplus.h

See Also

CXlBinaryNameData Methods | xllplus.h | CXllApp::DefineBinaryName | CXllApp::GetBinaryName