IIXC_Inst::Page_CreateFromClipboard Method
From Tracker Software 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 Page_CreateFromClipboard([in] UINT* | + | <pre class="brush:cpp;gutter:false">HRESULT Page_CreateFromClipboard([in] UINT* nTypes, |
[in] ULONG nCount, | [in] ULONG nCount, | ||
− | [out] LONG* | + | [out] LONG* nIndex, |
− | [out, retval] IIXC_Page** | + | [out, retval] IIXC_Page** pPage);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nTypes |
:[in] Pointer to the array of standard clipboard format flags in the Windows API. | :[in] Pointer to the array of standard clipboard format flags in the Windows API. | ||
;nCount | ;nCount | ||
:[in] Value of ULONG the variable that contain size of types. | :[in] Value of ULONG the variable that contain size of types. | ||
− | ; | + | ;nIndex |
:[out] Pointer to LONG returned the variable that contain index of type. | :[out] Pointer to LONG returned the variable that contain index of type. | ||
− | ; | + | ;pPage |
:[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | :[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | ||
Revision as of 02:07, 4 June 2015
The method creates a page from image data contained in the clipboard..
Syntax
HRESULT Page_CreateFromClipboard([in] UINT* nTypes, [in] ULONG nCount, [out] LONG* nIndex, [out, retval] IIXC_Page** pPage);
Parameters
- nTypes
- [in] Pointer to the array of standard clipboard format flags in the Windows API.
- nCount
- [in] Value of ULONG the variable that contain size of types.
- nIndex
- [out] Pointer to LONG returned the variable that contain index of type.
- pPage
- [out, retval] Pointer to IIXC_Page.
Return Value
Returns S_OK if operation was successful or error code in other cases.