1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-06-09 12:03:41 +02:00
2018-07-14 23:40:34 +08:00

12 lines
289 B
C

#ifndef _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_AUDIO_AUDIO_H
#define _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_AUDIO_AUDIO_H
#include <stdint.h>
/*
* Channel allocation
*/
DWORD request_audio_output_channel_open(Remote *remote, Packet *packet);
#endif