Skip to content

Commit

Permalink
Update SBIEDLLAPI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos authored Nov 26, 2023
1 parent c17e405 commit 4c95b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content/SBIEDLLAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ Note the use of _InjectDllMain_ (see [Inject Dll](InjectDll.md)) to get a handle
const WCHAR *box_name, // pointer to WCHAR [34]
BOOLEAN all_sessions,
ULONG which_session,
ULONG *boxed_pids); // pointer to ULONG [512]
ULONG *boxed_pids, // pointer to ULONG []
ULONG *boxed_count);
```

* Export Name:
Expand Down

0 comments on commit 4c95b63

Please sign in to comment.