IPXC_Document::DeferedDigitalSign Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(→Parameters) |
||
Line 20: | Line 20: | ||
== Parameters == | == Parameters == | ||
;pCert | ;pCert | ||
− | :[in] Pointer to [[ | + | :[in] Pointer to [[https://msdn.microsoft.com/en-us/library/windows/desktop/aa377189(v=vs.85).aspx|_CERT_CONTEXT]] containing both the encoded and decoded representations of a certificate. |
;nFlags | ;nFlags | ||
:[in] Value of ULONG. | :[in] Value of ULONG. |
Revision as of 22:23, 25 April 2016
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DeferedDigitalSign([in] _CERT_CONTEXT* pCert, [in] ULONG nFlags, [in] ULONG nPageIdx, [in] PXC_Rect* pRect, [in] LPWSTR sReason, [in] LPWSTR sLocation, [in] LPWSTR sContactInfo, [in] LPWSTR sImageFile);
Parameters
- pCert
- [in] Pointer to [[1]] containing both the encoded and decoded representations of a certificate.
- nFlags
- [in] Value of ULONG.
- nPageIdx
- [in] Value of ULONG.
- pRect
- [in] Pointer to PXC_Rect.
- sReason
- [in] Value of LPWSTR.
- sLocation
- [in] Value of LPWSTR.
- sContactInfo
- [in] Value of LPWSTR.
- sImageFile
- [in] Value of LPWSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.