IUIX_Inst::GetCursorID Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Inst::GetCursorID Method}} | {{#customTitle:IUIX_Inst::GetCursorID Method}} | ||
− | {{#parentPage:PXV:IUIX_Inst#Methods|GetCursorID | + | {{#parentPage:PXV:IUIX_Inst#Methods|GetCursorID|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 10:01, 23 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetCursorID([in] BSTR pCursorName, [out, retval] LONG* pCursorID);
Parameters
- pCursorName
- [in] Value of BSTR.
- pCursorID
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.