HypFreeDataPoint

Describes the Oracle Smart View for Office VBA function, HypFreeDataPoint.

Data provider types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

Description

HypFreeDataPoint() frees any memory allocated by HypGetDataPoint.

Syntax

HypFreeDataPoint(vtInfo)

ByRef vtInfo As Variant

Parameters

vtInfo: The variant array returned by HypGetDataPoint

Return Value

Returns 0 if successful; returns -15 ("Invalid Parameter)") if not successful.

Example

See HypGetDataPoint for an example of HypFreeDataPoint.