IPXC_Document::GetNamedDestination Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetNamedDestination([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT GetNamedDestination([in] BSTR DestName, |
− | [out, retval] PXC_Destination* | + | [out, retval] PXC_Destination* Dest);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;DestName |
:[in] Name of the named destination. | :[in] Name of the named destination. | ||
− | ; | + | ;Dest |
:[out, retval] Pointer to [[PXV:PXC_Destination|PXC_Destination]] containing the data of the given destination. | :[out, retval] Pointer to [[PXV:PXC_Destination|PXC_Destination]] containing the data of the given destination. | ||
Revision as of 06:00, 12 June 2015
Gets value of the named destination by name.
Syntax
HRESULT GetNamedDestination([in] BSTR DestName, [out, retval] PXC_Destination* Dest);
Parameters
- DestName
- [in] Name of the named destination.
- Dest
- [out, retval] Pointer to PXC_Destination containing the data of the given destination.
Return Value
Returns S_OK if operation was successful or error code in other cases.