PXV_FileNamesProviderState Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 04:37, 18 November 2020


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