PXV_FileNamesProviderState Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_FileNamesProviderState
{
    FNPS_Canceled = -2,
    FNPS_Error    = -1,
    FNPS_Skipped  = 0,
    FNPS_OK       = 1,
};

Constants

FNPS_Canceled
The ...
FNPS_Error
The ...
FNPS_Skipped
The ...
FNPS_OK
The ...

See Also

IPXV_FileNamesProvider::State