【XLL API 函数】xlGetBinaryName

用于返回由 xlDefineBinaryName 函数定义的名称数据句柄。定义的名称和工作簿一起保存,我们可以在任意时间访问这个名称。

原型

Excel12(xlGetBinaryName, LPXLOPER12 pxRes, 1, LPXLOPER12 pxName);

参数

pxRes(xltypeBigData or xltypeErr)

Bigdata structure specifying the retrieved data or an error is the data could not be retrieved or the name is not defined. When the function returns, the hdata member of the XLOPER/XLOPER12 contains a handle for the named data. pxRes should be freed in a call to xlFree when no longer required.

备注

Excel 拥有在 hdata 中返回的内存句柄。在 Windows 中,这个句柄是一个全局内存句柄。

posted @ 2016-10-20 11:26  小BIBO  阅读(169)  评论(0编辑  收藏  举报