IUIX_Inst::RegisterCursor Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Inst::RegisterCursor Method}}
 
{{#customTitle:IUIX_Inst::RegisterCursor Method}}
{{#parentPage:PXV:IUIX_Inst|RegisterCursor Method|method}}
+
{{#parentPage:PXV:IUIX_Inst#Methods|RegisterCursor|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT RegisterCursor([in]          BSTR      pCursorName,
+
<pre class="brush:cpp;gutter:false">HRESULT RegisterCursor([in]          BSTR      sCursorName,
 
                       [in]          wireHICON  hCursor,
 
                       [in]          wireHICON  hCursor,
                       [out, retval]  LONG*      pCursorID);</pre>
+
                       [out, retval]  LONG*      nCursorID);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pCursorName
+
;sCursorName
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
 
;hCursor
 
;hCursor
 
:[in]  Value of wireHICON.
 
:[in]  Value of wireHICON.
;pCursorID
+
;nCursorID
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.
  
Line 25: Line 25:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]]

Latest revision as of 04:25, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT RegisterCursor([in]           BSTR       sCursorName,
                       [in]           wireHICON  hCursor,
                       [out, retval]  LONG*      nCursorID);

Parameters

sCursorName
[in] Value of BSTR.
hCursor
[in] Value of wireHICON.
nCursorID
[out, retval] Pointer to LONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Inst