HRESULT
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

Return value of COM functions and methods. It is zero upon success and nonzero to represent an error code or status information.

Syntax

enum HRESULT

Remarks

Return values used by PDF Creator Pilot:

Name

Description

Value

S_OK

Operation successful

0x00000000

S_FALSE

Operation failed

0x00000001

E_FAIL

Unspecified failure

0x80004005

E_INVALIDARG

One or more arguments are not valid

0x80070057

See Also

Reference