PXV_FileNamesProviderState Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 15: Line 15:
 
     FNPS_Skipped  = 0,
 
     FNPS_Skipped  = 0,
 
     FNPS_OK      = 1,
 
     FNPS_OK      = 1,
 +
    FNPS_Append  = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 26: Line 27:
 
:The ...
 
:The ...
 
;FNPS_OK
 
;FNPS_OK
 +
:The ...
 +
;FNPS_Append
 
:The ...
 
:The ...
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_FileNamesProvider_State|IPXV_FileNamesProvider::State]]
 
[[PXV:IPXV_FileNamesProvider_State|IPXV_FileNamesProvider::State]]

Revision as of 01:29, 18 November 2020


Specifies the ...

Syntax

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

Constants

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

See Also

IPXV_FileNamesProvider::State