1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-12 12:14:29 +01:00

Fix incorrect comment

This commit is contained in:
OJ 2014-01-03 13:39:28 +10:00
parent 015c92ddf6
commit fa685928ed

@ -10,7 +10,7 @@
* @brief Helper function that converts an ASCII string to a wide char string.
* @param lpValue ASCII string to convert.
* @param lpwValue Target memory for the converted string.
* @remark lpwValue must already have enough memory allocated to hold all the characters.
* @remark \c lpwValue must be freed by the caller using `free`.
* @returns Indication of success or failure.
*/
DWORD to_wide_string(LPSTR lpValue, LPWSTR* lpwValue)