Skip to content

Commit c2d15f2

Browse files
committed
Add yarddoc note about handles
1 parent c753444 commit c2d15f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/msf/core/post/windows/runas.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def startup_info
7474
# Call CreateProcessWithLogonW to start a process with the supplier
7575
# user credentials
7676
#
77+
# @note The caller should clear up the handles returned in
78+
# the PROCESS_INFORMATION @return hash.
79+
#
7780
# @param domain [String] The target user domain
7881
# @param user [String] The target user
7982
# @param password [String] The target user password

0 commit comments

Comments
 (0)