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 :  C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/tpwaitablehandle.idl
//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (c) Microsoft Corporation. All rights reserved.
//
//--------------------------------------------------------------------------
cpp_quote("#if (NTDDI_VERSION >= NTDDI_WIN8)")
import "oaidl.idl";
import "ocidl.idl";

[
object,
uuid(46305c32-09c6-45b2-b032-c12e467d7c7e),
pointer_default(unique)
]
interface ISignalableNotifier : IUnknown
{

    HRESULT
    AttachToWaitHandle(
        [in] HANDLE_PTR waitableHandle,
        [in] IUnknown * handler,
        [in] IUnknown * pUnkOuter,
        [in] REFIID riid,
        [out, iid_is(riid)] void ** SignalNotifier
        );

    HRESULT
    AttachToWaitHandleWithTimeout(
        [in] HANDLE_PTR waitableHandle,
        [in] IUnknown * handler,
        [in] LARGE_INTEGER timeout,
        [in] IUnknown * pUnkOuter,
        [in] REFIID riid,
        [out, iid_is(riid)] void ** SignalNotifier
        );
}

[
uuid(89739276-dc62-4a6d-a790-7f10323ef15e)
]
library SignalableNotifierProviders
{
    [
    uuid(96c7a5ef-0e2c-46d7-9bc1-6445c2444d7a)
    ]
    coclass SignalableNotifier
    {
        interface ISignalableNotifier;
    };
}
cpp_quote("#endif // (NTDDI >= NTDDI_WIN8)")

Youez - 2016 - github.com/yon3zu
LinuXploit