HRESULT
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies the 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

The following values are 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