IIXC_Page::CopyToClipboard Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Type |
− | :[in] | + | :[in] Value of ULONG. |
− | ; | + | ;Rect |
− | :[in] Pointer to RECT | + | :[in] Pointer to RECT. |
− | ; | + | ;hOwner |
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] Value of HANDLE_T. |
== Return Value == | == Return Value == |
Revision as of 05:50, 12 June 2015
The method copies the specified page or its rectangular area onto the clipboard.
Syntax
HRESULT CopyToClipboard([in] UINT nType, [in] RECT* stRect, [in, defaultvalue(0)] HANDLE_T nOwner);
Parameters
- Type
- [in] Value of ULONG.
- Rect
- [in] Pointer to RECT.
- hOwner
- [in, defaultvalue(0)] Value of HANDLE_T.
Return Value
Returns S_OK if operation was successful or error code in other cases.