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/winrt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/rometadataresolution.h
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (c) Microsoft Corporation. All rights reserved.
//
//----------------------------------------------------------------------------

#pragma once

#include <cor.h>
#include <activation.h>
#include <hstring.h>
 
#if (NTDDI_VERSION >= NTDDI_WIN8)
_Check_return_ extern "C" HRESULT WINAPI RoGetMetaDataFile(
    _In_ const HSTRING name,
    _In_opt_ IMetaDataDispenserEx *metaDataDispenser,
    _Out_opt_ HSTRING *metaDataFilePath,
    _Outptr_opt_ IMetaDataImport2 **metaDataImport,
    _Out_opt_ mdTypeDef *typeDefToken);

_When_(return == S_OK, _At_(typeNameParts, _Outptr_result_buffer_(*partsCount)))
_When_(return != S_OK, _At_(typeNameParts, _Outptr_))
_Success_(return == S_OK)
_Check_return_  extern "C" HRESULT WINAPI RoParseTypeName(
    _In_ HSTRING typeName,
    _Out_ DWORD *partsCount,
    _Out_writes_(*partsCount) HSTRING **typeNameParts);

_Check_return_ extern "C" HRESULT WINAPI RoResolveNamespace(
    _In_opt_ const HSTRING name,
    _In_opt_ const HSTRING windowsMetaDataDir,
    _In_ const DWORD packageGraphDirsCount,
    _In_reads_opt_(packageGraphDirsCount) const HSTRING *packageGraphDirs,
    _Out_opt_ DWORD *metaDataFilePathsCount,
    _Outptr_opt_result_buffer_(*metaDataFilePathsCount) HSTRING **metaDataFilePaths,
    _Out_opt_ DWORD *subNamespacesCount,
    _Outptr_opt_result_buffer_(*subNamespacesCount) HSTRING **subNamespaces);
#endif

#if (NTDDI_VERSION >= NTDDI_WIN10_RS5)
_Check_return_ STDAPI RoIsApiContractPresent(
    _In_ PCWSTR name,
    _In_ UINT16 majorVersion,
    _In_ UINT16 minorVersion,
    _Out_ BOOL* present);

_Check_return_ STDAPI RoIsApiContractMajorVersionPresent(
    _In_ PCWSTR name,
    _In_ UINT16 majorVersion,
    _Out_ BOOL* present);
#endif

Youez - 2016 - github.com/yon3zu
LinuXploit