IUIX_Inst::GetCursorID Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Parameters)
Line 14: Line 14:
 
;sCursorName
 
;sCursorName
 
:[in]  Value of BSTR containing the cursor name. Possible values are:
 
:[in]  Value of BSTR containing the cursor name. Possible values are:
hand.up
+
:{| class="wikitable properties"
hand.down
+
|-
article.onstart
+
| hand.up
article.next
+
| hand.down
article.prev
+
| article.onstart
article.tostart
+
| article.next
article.toend
+
|-
zoom.in
+
| article.prev
zoom.out
+
| article.tostart
zoom.na
+
| article.toend
drag.move
+
| zoom.in
drag.copy
+
|-
drag.delete
+
| zoom.out
draw.inside
+
| zoom.na
draw.node
+
| drag.move
text.inside
+
| drag.copy
cross
+
|-
cross.minus
+
| drag.delete
cross.plus
+
| draw.inside
knee.h
+
| draw.node
knee.v
+
| text.inside
snapshot
+
|-
loupe
+
| cross
text.select.h
+
| cross.minus
text.select.v
+
| cross.plus
link
+
| knee.h
link.web
+
|-
pen
+
| knee.v
pen_up
+
| snapshot
mcs.up
+
| loupe
mcs.topright
+
| text.select.h
mcs.right
+
|-
mcs.bottomright
+
| text.select.v
mcs.down
+
| link
mcs.bottomleft
+
| link.web
mcs.left
+
| pen
mcs.topleft
+
|-
 +
| pen_up
 +
| mcs.up
 +
| mcs.topright
 +
| mcs.right
 +
|-
 +
| mcs.bottomright
 +
| mcs.down
 +
| mcs.bottomleft
 +
| mcs.left
 +
|-
 +
| mcs.topleft
 +
|
 +
|
 +
|
 +
|-
 +
|}
  
 
;nCursorID
 
;nCursorID

Revision as of 08:48, 21 October 2016


Gets the ID by the cursor's name.

Syntax

HRESULT GetCursorID([in]           BSTR   sCursorName,
                    [out, retval]  LONG*  nCursorID);

Parameters

sCursorName
[in] Value of BSTR containing the cursor name. Possible values are:
hand.up hand.down article.onstart article.next
article.prev article.tostart article.toend zoom.in
zoom.out zoom.na drag.move drag.copy
drag.delete draw.inside draw.node text.inside
cross cross.minus cross.plus knee.h
knee.v snapshot loupe text.select.h
text.select.v link link.web pen
pen_up mcs.up mcs.topright mcs.right
mcs.bottomright mcs.down mcs.bottomleft mcs.left
mcs.topleft
nCursorID
[out, retval] Pointer to LONG containing the cursor ID.

Return Value

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

See Also

IUIX_Inst