| 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/winrt/ |
Upload File : |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 500
#endif
/* verify that the <rpcsal.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCSAL_H_VERSION__
#define __REQUIRED_RPCSAL_H_VERSION__ 100
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif /* __RPCNDR_H_VERSION__ */
#ifndef __hstring_h__
#define __hstring_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
/* header files for imported files */
#include "wtypes.h"
#ifdef __cplusplus
extern "C"{
#endif
/* interface __MIDL_itf_hstring_0000_0000 */
/* [local] */
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//--------------------------------------------------------------------------
#if ( _MSC_VER >= 1020 )
#pragma once
#endif
// Declare the HSTRING handle as wire_marshal for midl only
#if 0
typedef struct HSTRING__
{
int unused;
} HSTRING__;
typedef /* [unique][wire_marshal] */ __RPC_unique_pointer HSTRING__ *HSTRING;
#endif
// Declaring a handle dummy struct for HSTRING the same way DECLARE_HANDLE does.
typedef struct HSTRING__{
int unused;
} HSTRING__;
// Declare the HSTRING handle for C/C++
typedef __RPC_unique_pointer HSTRING__* HSTRING;
// Declare the HSTRING_HEADER
typedef struct HSTRING_HEADER
{
union{
PVOID Reserved1;
#if defined(_WIN64)
char Reserved2[24];
#else
char Reserved2[20];
#endif
} Reserved;
} HSTRING_HEADER;
// Declare the HSTRING_BUFFER for the HSTRING's two-phase construction functions.
//
// This route eliminates the PCWSTR string copy that happens when passing it to
// the traditional WindowsCreateString(). The caller preallocates a string buffer,
// sets the wide character string values in that buffer, and finally promotes the
// buffer to an HSTRING. If a buffer is never promoted, it can still be deleted.
DECLARE_HANDLE(HSTRING_BUFFER);
extern RPC_IF_HANDLE __MIDL_itf_hstring_0000_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_hstring_0000_0000_v0_0_s_ifspec;
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif