mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-30 22:19:17 +02:00
13 lines
313 B
C
13 lines
313 B
C
/*!
|
|
* @file wmi.h
|
|
* @brief Declarations for PAGEANTJACKER request handlers.
|
|
*/
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_PAGEANTJACKER_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_PAGEANTJACKER_H
|
|
|
|
#include "../../common/common.h"
|
|
|
|
DWORD request_pageant_send_query(Remote *remote, Packet *packet);
|
|
|
|
#endif
|