Skip to content

Commit 8b9c2bc

Browse files
Adding DRAGDROP_S_CANCEL to the list of possible return values
1 parent 791064e commit 8b9c2bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sdk-api-src/content/oleidl/nf-oleidl-idroptarget-drop.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ This method returns S_OK on success. Other possible values include the following
8282
<tr>
8383
<td width="40%">
8484
<dl>
85+
<dt><b>DRAGDROP_S_CANCEL</b></dt>
86+
</dl>
87+
</td>
88+
<td width="60%">
89+
The OLE drag-and-drop operation was canceled.
90+
91+
</td>
92+
</tr>
93+
<tr>
94+
<td width="40%">
95+
<dl>
8596
<dt><b>E_UNEXPECTED</b></dt>
8697
</dl>
8798
</td>

0 commit comments

Comments
 (0)