mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
11 lines
264 B
C
11 lines
264 B
C
/*!
|
|
* @file wshelpers.h
|
|
* @brief Declarations for wide-string helper functions.
|
|
*/
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_WSHELPERS_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_WSHELPERS_H
|
|
|
|
DWORD to_wide_string(LPSTR lpValue, LPWSTR* lpwValue);
|
|
|
|
#endif
|