We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d56a32 commit c71e230Copy full SHA for c71e230
1 file changed
docs/effect-details/memory-allocation.md
@@ -19,7 +19,7 @@ Handles passed to you by After Effects are locked for you before you're called,
19
+------------------------+----------------------------------------------------------------------------------------------------------+----------------------+
20
| `host_lock_handle` | Locks a handle. | `PF_LOCK_HANDLE` |
21
| | | |
22
-| | <pre lang="cpp">void (*host_lock_handle)(<br/> PF_Handle pf_handle);</pre> | |
+| | <pre lang="cpp">void * (*host_lock_handle)(<br/> PF_Handle pf_handle);</pre> | |
23
24
| `host_unlock_handle` | Unlocks a handle. | `PF_UNLOCK_HANDLE` |
25
0 commit comments