PageGetDatasetHandleΒΆ

PageGetDatasetHandle returns the handle of a dataset given by its name.

hData = PageGetDatasetHandle(hPage, ssDatasetName)

Return Value

hData is the handle of dataset. If the dataset was not found in the page PageGetDatasetHandle returns 0.

Parameters

hPage

Identifies the page.

ssDatasetName

ssDatasetName is the name of a dataset. The name is case sensitive.

id-1183545