OC and LT access to Dataset Storage


Version: 2019

Type: Features

Category: Programming

Subcategory: Origin C

Jira: ORG-18123


Support LT and OC ways to the size of Dataset Storage, for example: Add a Dataset Storage and then run following code to get size:

LTlist -st;

OC: GetBinaryStorage(NULL, NULL, &nSize);