PXV_FileNamesProviderState Enumeration

From PDF XChange PDF SDK
Revision as of 11:05, 11 January 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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