403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/atlthunk.h
/*++

Module Name:

    atlthunk.h

Abstract:

    ATL thunks without writable executable memory.

Author:

    Jay Krell (jaykrell) 26-Apr-2013

--*/

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#ifdef _MANAGED
struct AtlThunkData_t { };
#else
struct AtlThunkData_t; // opaque
typedef struct AtlThunkData_t AtlThunkData_t;
#endif

AtlThunkData_t*
__stdcall
AtlThunk_AllocateData(
    void
    );

void
__stdcall
AtlThunk_InitData(
    AtlThunkData_t* Thunk,
    void* /*WNDPROC*/ Proc,
    size_t FirstParameter
    );

WNDPROC
__stdcall
AtlThunk_DataToCode(
    AtlThunkData_t*
    );

void
__stdcall
AtlThunk_FreeData(
    AtlThunkData_t* Thunk
    );

#ifdef __cplusplus
} /* extern "C" */
#endif

Youez - 2016 - github.com/yon3zu
LinuXploit