Index

C/C++ Functions

pdDocGetFilter

DT_ULONG pdDocGetFilter(DT_PDDOC power_doc, DT_SWORD reserved)

Short Description: Get visibility filter

This pdDocGetFilter function gets the visibility filter set by pdDocSetFilter.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

reserved

Reserved for future use. Must be set to 0.

Return Value

The value of the visibility filter. See pdDocSetFilter for details.

Related Functions

pdDocSetFilter

 

Index