mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-06 01:16:37 +02:00
11 lines
240 B
C
11 lines
240 B
C
/*!
|
|
* @file wmi.h
|
|
* @brief Declarations for WMI request handlers.
|
|
*/
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_WMI_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_WMI_H
|
|
|
|
DWORD request_wmi_query(Remote *remote, Packet *packet);
|
|
|
|
#endif
|